Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp477 bool ExistContainerKeep(CXFA_Node* pCurNode, bool bPreFind) { in ExistContainerKeep() function
760 if (ExistContainerKeep(pProcessor->m_pFormNode, false) && in InsertFlowedItem()
1230 if (!ExistContainerKeep(pChildItem->m_pFormNode, true)) { in SplitLayoutItem()
1268 if (ExistContainerKeep(pChildItem->m_pFormNode, false)) in SplitLayoutItem()
1493 if (ExistContainerKeep(pNextContainer, false)) in ProcessKeepNodesForCheckNext()
1989 if (!ExistContainerKeep(pParentProcessor->m_pCurChildNode, true)) in ProcessKeepForSplit()
2031 if (ExistContainerKeep(pChildLayoutItem->m_pFormNode, false)) { in JudgePutNextPage()
2197 if (ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), false)) { in DoLayoutFlowedContainer()