Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp1112 m_pCurChildPreprocessor(nullptr), in CXFA_ItemLayoutProcessor()
1186 if (m_pCurChildPreprocessor && in SplitLayoutItem()
1187 m_pCurChildPreprocessor->m_pFormNode == pLayoutItem->m_pFormNode) { in SplitLayoutItem()
1188 pSecondLayoutItem = m_pCurChildPreprocessor->CreateContentLayoutItem( in SplitLayoutItem()
2097 if (m_pCurChildPreprocessor) { in DoLayoutFlowedContainer()
2098 m_pCurChildPreprocessor->m_ePreProcessRs = in DoLayoutFlowedContainer()
2195 if (m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2197 if (ExistContainerKeep(m_pCurChildPreprocessor->GetFormNode(), false)) { in DoLayoutFlowedContainer()
2214 if (!pLayoutNext->m_pNextSibling && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2215 m_pCurChildPreprocessor->m_pFormNode == pLayoutNext->m_pFormNode) { in DoLayoutFlowedContainer()
[all …]
Dxfa_layout_itemlayout.h181 CXFA_ItemLayoutProcessor* m_pCurChildPreprocessor; variable