Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.h172 CXFA_Node* pContainerNode);
Dxfa_layout_itemlayout.cpp523 bool FindBreakNode(CXFA_Node* pContainerNode, in FindBreakNode() argument
528 for (CXFA_Node* pBreakNode = pContainerNode; pBreakNode; in FindBreakNode()
1529 CXFA_Node* pContainerNode) { in ProcessKeepNodesForBreakBefore() argument
1530 if (m_pKeepTailNode == pContainerNode) { in ProcessKeepNodesForBreakBefore()
1541 pContainerNode->GetNodeItem(XFA_NODEITEM_FirstChild); in ProcessKeepNodesForBreakBefore()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp466 CFDE_XMLNode* pContainerNode = GetXMLContainerNode(); in Layout() local
467 if (!pContainerNode) in Layout()
484 if (pXMLNode == pContainerNode) in Layout()