Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp37 m_pCurChildPreprocessor(nullptr), in CXFA_ItemLayoutProcessor()
267 if (m_pCurChildPreprocessor && in SplitLayoutItem()
268 m_pCurChildPreprocessor->m_pFormNode == pLayoutItem->m_pFormNode) { in SplitLayoutItem()
269 pSecondLayoutItem = m_pCurChildPreprocessor->CreateContentLayoutItem( in SplitLayoutItem()
2293 if (m_pCurChildPreprocessor) { in DoLayoutFlowedContainer()
2294 m_pCurChildPreprocessor->m_ePreProcessRs = in DoLayoutFlowedContainer()
2390 if (m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2392 if (XFA_ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), FALSE)) { in DoLayoutFlowedContainer()
2408 if (pLayoutNext->m_pNextSibling == NULL && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2409 m_pCurChildPreprocessor->m_pFormNode == pLayoutNext->m_pFormNode) { in DoLayoutFlowedContainer()
[all …]
Dxfa_layout_itemlayout.h169 CXFA_ItemLayoutProcessor* m_pCurChildPreprocessor; variable