Searched refs:m_nCurChildNodeStage (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_layout_itemlayout.cpp | 38 m_nCurChildNodeStage(XFA_ItemLayoutProcessorStages_None), in CXFA_ItemLayoutProcessor() 559 if (m_nCurChildNodeStage == XFA_ItemLayoutProcessorStages_Done && in ExtractLayoutItem() 1110 m_pCurChildNode, m_nCurChildNodeStage, m_pFormNode, FALSE); in DoLayoutPositionedContainer() 1114 m_pCurChildNode, m_nCurChildNodeStage, m_pFormNode, FALSE)) { in DoLayoutPositionedContainer() 1115 if (m_nCurChildNodeStage != XFA_ItemLayoutProcessorStages_Container) { in DoLayoutPositionedContainer() 1426 m_pCurChildNode, m_nCurChildNodeStage, m_pFormNode, FALSE); in DoLayoutTableContainer() 1429 m_pCurChildNode, m_nCurChildNodeStage, m_pFormNode, FALSE)) { in DoLayoutTableContainer() 1432 if (m_nCurChildNodeStage != XFA_ItemLayoutProcessorStages_Container) { in DoLayoutTableContainer() 2348 if (m_nCurChildNodeStage != XFA_ItemLayoutProcessorStages_Done && in DoLayoutFlowedContainer() 2384 if (m_nCurChildNodeStage == XFA_ItemLayoutProcessorStages_None) { in DoLayoutFlowedContainer() [all …]
|
D | xfa_layout_itemlayout.h | 170 XFA_ItemLayoutProcessorStages m_nCurChildNodeStage; variable
|