Home
last modified time | relevance | path

Searched refs:XFA_DOCVIEW_LAYOUTSTATUS_End (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp349 if (pDocView->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End) in OnValueChanging()
437 (pDocView->GetLayoutStatus() == XFA_DOCVIEW_LAYOUTSTATUS_End); in OnChildAdded()
449 (pDocView->GetLayoutStatus() == XFA_DOCVIEW_LAYOUTSTATUS_End); in OnChildRemoved()
477 if (pDocView->GetLayoutStatus() != XFA_DOCVIEW_LAYOUTSTATUS_End || in OnLayoutItemAdded()
Dcxfa_ffdocview.h44 XFA_DOCVIEW_LAYOUTSTATUS_End enumerator
Dcxfa_ffdocview.cpp142 m_iStatus = XFA_DOCVIEW_LAYOUTSTATUS_End; in StopLayout()
337 if (m_iStatus != XFA_DOCVIEW_LAYOUTSTATUS_End) in SetFocusNode()
691 if (m_iStatus < XFA_DOCVIEW_LAYOUTSTATUS_End) in SetChangeMark()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2637 bool bStatus = pDocView->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End; in ProcessValidate()