Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp711 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem() local
714 eRetValue = pProcessor->DoLayout( in InsertFlowedItem()
719 pProcessor->m_ePreProcessRs = eRetValue; in InsertFlowedItem()
721 eRetValue = pProcessor->m_ePreProcessRs; in InsertFlowedItem()
725 return eRetValue; in InsertFlowedItem()
784 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()
820 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()
843 return eRetValue; in InsertFlowedItem()
848 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign], in InsertFlowedItem()
860 eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()
[all …]
Dcxfa_itemlayoutprocessor.h77 XFA_ItemLayoutProcessorResult eRetValue,