Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1817 XFA_ItemLayoutProcessorResult eRetValue, in ProcessKeepForSplite() argument
1855 result = eRetValue; in ProcessKeepForSplite()
1989 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult_Done; in XFA_ItemLayoutProcessor_InsertFlowedItem() local
1992 eRetValue = pProcessor->DoLayout( in XFA_ItemLayoutProcessor_InsertFlowedItem()
1997 pProcessor->m_ePreProcessRs = eRetValue; in XFA_ItemLayoutProcessor_InsertFlowedItem()
1999 eRetValue = pProcessor->m_ePreProcessRs; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2003 return eRetValue; in XFA_ItemLayoutProcessor_InsertFlowedItem()
2066 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult_Done) { in XFA_ItemLayoutProcessor_InsertFlowedItem()
2103 if (eRetValue == XFA_ItemLayoutProcessorResult_PageFullBreak) { in XFA_ItemLayoutProcessor_InsertFlowedItem()
2129 return eRetValue; in XFA_ItemLayoutProcessor_InsertFlowedItem()
[all …]
Dxfa_layout_itemlayout.h96 XFA_ItemLayoutProcessorResult eRetValue,