Home
last modified time | relevance | path

Searched refs:QueryOverflow (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutprocessor.h74 CXFA_Node* QueryOverflow(CXFA_Node* pFormNode);
H A Dcxfa_contentlayoutprocessor.cpp2387 m_pViewLayoutProcessor->QueryOverflow(GetFormNode()); in InsertFlowedItem()
2429 m_pViewLayoutProcessor->QueryOverflow(pProcessor->GetFormNode()); in InsertFlowedItem()
H A Dcxfa_viewlayoutprocessor.cpp1629 CXFA_Node* CXFA_ViewLayoutProcessor::QueryOverflow(CXFA_Node* pFormNode) { in QueryOverflow() function in CXFA_ViewLayoutProcessor