Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.h167 CXFA_Node*& pNextContainer,
Dxfa_layout_itemlayout.cpp1489 CXFA_Node*& pNextContainer, in ProcessKeepNodesForCheckNext() argument
1491 const bool bCanSplit = pNextContainer->GetIntact() == XFA_ATTRIBUTEENUM_None; in ProcessKeepNodesForCheckNext()
1493 if (ExistContainerKeep(pNextContainer, false)) in ProcessKeepNodesForCheckNext()
1498 m_pKeepHeadNode = pNextContainer; in ProcessKeepNodesForCheckNext()
1505 m_pKeepTailNode = pNextContainer; in ProcessKeepNodesForCheckNext()
1507 FindBreakNode(pNextContainer->GetNodeItem(XFA_NODEITEM_FirstChild), in ProcessKeepNodesForCheckNext()
1512 pNextContainer = m_pKeepHeadNode; in ProcessKeepNodesForCheckNext()