HomeSort by relevance Sort by last modified time
    Searched refs:eRetValue (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.cpp 667 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done;
670 eRetValue = pProcessor->DoLayout(
675 pProcessor->m_ePreProcessRs = eRetValue;
677 eRetValue = pProcessor->m_ePreProcessRs;
681 return eRetValue;
740 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) {
776 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) {
799 return eRetValue;
804 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign],
817 eRetValue == XFA_ItemLayoutProcessorResult::Done)
    [all...]
xfa_layout_itemlayout.h 94 XFA_ItemLayoutProcessorResult eRetValue,

Completed in 40 milliseconds