Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1392 Result eRetValue, in ProcessKeepForSplit() argument
1430 *result = eRetValue; in ProcessKeepForSplit()
2354 Result eRetValue = Result::kDone; in InsertFlowedItem() local
2356 eRetValue = pProcessor->DoLayoutInternal( in InsertFlowedItem()
2361 pProcessor->m_ePreProcessRs = eRetValue; in InsertFlowedItem()
2363 eRetValue = pProcessor->m_ePreProcessRs; in InsertFlowedItem()
2367 return eRetValue; in InsertFlowedItem()
2427 if (!bTakeSpace || eRetValue == Result::kDone) { in InsertFlowedItem()
2463 if (eRetValue == Result::kPageFullBreak) { in InsertFlowedItem()
2486 return eRetValue; in InsertFlowedItem()
[all …]
Dcxfa_contentlayoutprocessor.h85 Result eRetValue,