Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp667 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem() local
670 eRetValue = pProcessor->DoLayout( in InsertFlowedItem()
675 pProcessor->m_ePreProcessRs = eRetValue; in InsertFlowedItem()
677 eRetValue = pProcessor->m_ePreProcessRs; in InsertFlowedItem()
681 return eRetValue; in InsertFlowedItem()
740 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()
776 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()
799 return eRetValue; in InsertFlowedItem()
804 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign], in InsertFlowedItem()
817 eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()
[all …]
Dxfa_layout_itemlayout.h94 XFA_ItemLayoutProcessorResult eRetValue,