Searched refs:FindBreakNode (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 392 Optional<CXFA_ContentLayoutProcessor::Stage> FindBreakNode( in FindBreakNode() function 948 FindBreakNode((*pNextContainer)->GetFirstChild(), true, pCurActionNode); in ProcessKeepNodesForCheckNext() 969 return FindBreakNode(pBreakAfterNode, false, pCurActionNode); in ProcessKeepNodesForBreakBefore() 2635 return FindBreakNode(pBreakAfterNode, false, pCurActionNode); in HandleKeep() 2665 Optional<Stage> ret = FindBreakNode(pBreakBeforeNode, true, pCurActionNode); in HandleBreakBefore() 2681 return FindBreakNode(pBreakAfterNode, false, pCurActionNode); in HandleBreakAfter() 2712 ret = FindBreakNode(pNextChildContainer->GetFirstChild(), true, in HandleCheckNextChildContainer()
|