Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h146 CXFA_Node*& pNextContainer,
Dxfa_layout_itemlayout.cpp814 CXFA_Node*& pNextContainer, in ProcessKeepNodesForCheckNext() argument
816 FX_BOOL bCanSplite = pNextContainer->GetIntact() == XFA_ATTRIBUTEENUM_None; in ProcessKeepNodesForCheckNext()
818 if (XFA_ExistContainerKeep(pNextContainer, FALSE)) { in ProcessKeepNodesForCheckNext()
823 m_pKeepHeadNode = pNextContainer; in ProcessKeepNodesForCheckNext()
828 m_pKeepTailNode = pNextContainer; in ProcessKeepNodesForCheckNext()
831 pNextContainer->GetNodeItem(XFA_NODEITEM_FirstChild), in ProcessKeepNodesForCheckNext()
835 pNextContainer = m_pKeepHeadNode; in ProcessKeepNodesForCheckNext()