Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp91 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true); in StartLayout()
128 ExecEventActivityByDeepFirst(pPageSetNode, XFA_EVENT_Ready, true, true); in StopLayout()
129 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true); in StopLayout()
136 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true); in StopLayout()
179 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Ready, true, true); in UpdateDocView()
621 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true); in RunEventLayoutReady()
Dcxfa_eventparam.h42 XFA_EVENT_Ready, enumerator
/external/pdfium/fxjs/xfa/
Dcjx_form.cpp98 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true, true); in recalculate()