Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.h123 XFA_ItemLayoutProcessorResult m_ePreProcessRs; variable
Dxfa_layout_itemlayout.cpp669 pProcessor->m_ePreProcessRs == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()
675 pProcessor->m_ePreProcessRs = eRetValue; in InsertFlowedItem()
677 eRetValue = pProcessor->m_ePreProcessRs; in InsertFlowedItem()
678 pProcessor->m_ePreProcessRs = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()
1106 m_ePreProcessRs(XFA_ItemLayoutProcessorResult::Done), in CXFA_ItemLayoutProcessor()
2098 m_pCurChildPreprocessor->m_ePreProcessRs = in DoLayoutFlowedContainer()