Home
last modified time | relevance | path

Searched refs:XFA_EVENT_Ready (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp90 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, TRUE); in StartLayout()
123 ExecEventActivityByDeepFirst(pPageSetNode, XFA_EVENT_Ready, TRUE); in StopLayout()
124 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready); in StopLayout()
129 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready); in StopLayout()
176 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Ready, TRUE); in UpdateDocView()
755 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready); in RunEventLayoutReady()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h536 XFA_EVENT_Ready, enumerator
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3458 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Ready, TRUE); in Script_Form_Recalculate()