Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp747 CXFA_Node* pNextChildContainer = in XFA_ItemLayoutProcessor_GotoNextContainerNode() local
753 while (pNextChildContainer && in XFA_ItemLayoutProcessor_GotoNextContainerNode()
754 pNextChildContainer->HasFlag(XFA_NODEFLAG_LayoutGeneratedNode)) { in XFA_ItemLayoutProcessor_GotoNextContainerNode()
755 CXFA_Node* pSaveNode = pNextChildContainer; in XFA_ItemLayoutProcessor_GotoNextContainerNode()
756 pNextChildContainer = pNextChildContainer->GetNodeItem( in XFA_ItemLayoutProcessor_GotoNextContainerNode()
764 if (!pNextChildContainer) { in XFA_ItemLayoutProcessor_GotoNextContainerNode()
769 pNextChildContainer, bLastKeep)) { in XFA_ItemLayoutProcessor_GotoNextContainerNode()
774 pNextChildContainer->GetNodeItem(XFA_NODEITEM_FirstChild), in XFA_ItemLayoutProcessor_GotoNextContainerNode()
778 pCurActionNode = pNextChildContainer; in XFA_ItemLayoutProcessor_GotoNextContainerNode()