Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.h150 CXFA_Node*& pNextContainer,
Dcxfa_itemlayoutprocessor.cpp1527 CXFA_Node*& pNextContainer, in ProcessKeepNodesForCheckNext() argument
1529 const bool bCanSplit = pNextContainer->GetIntact() == XFA_AttributeEnum::None; in ProcessKeepNodesForCheckNext()
1531 if (ExistContainerKeep(pNextContainer, false)) in ProcessKeepNodesForCheckNext()
1536 m_pKeepHeadNode = pNextContainer; in ProcessKeepNodesForCheckNext()
1543 m_pKeepTailNode = pNextContainer; in ProcessKeepNodesForCheckNext()
1545 FindBreakNode(pNextContainer->GetFirstChild(), pCurActionNode, in ProcessKeepNodesForCheckNext()
1550 pNextContainer = m_pKeepHeadNode; in ProcessKeepNodesForCheckNext()