Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1159 m_pCurChildPreprocessor(nullptr), in CXFA_ItemLayoutProcessor()
1241 if (m_pCurChildPreprocessor && in SplitLayoutItem()
1242 m_pCurChildPreprocessor->m_pFormNode == pLayoutItem->m_pFormNode) { in SplitLayoutItem()
1243 pSecondLayoutItem = m_pCurChildPreprocessor->CreateContentLayoutItem( in SplitLayoutItem()
2149 if (m_pCurChildPreprocessor) { in DoLayoutFlowedContainer()
2150 m_pCurChildPreprocessor->m_ePreProcessRs = in DoLayoutFlowedContainer()
2248 if (m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2250 if (ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), false)) { in DoLayoutFlowedContainer()
2267 if (!pLayoutNext->m_pNextSibling && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2268 m_pCurChildPreprocessor->m_pFormNode == pLayoutNext->m_pFormNode) { in DoLayoutFlowedContainer()
[all …]
Dcxfa_itemlayoutprocessor.h164 CXFA_ItemLayoutProcessor* m_pCurChildPreprocessor; variable