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.cpp100 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true, nullptr); in StartLayout()
138 ExecEventActivityByDeepFirst(pPageSetNode, XFA_EVENT_Ready, true, true, in StopLayout()
140 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout()
149 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout()
191 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Ready, true, true, nullptr); in UpdateDocView()
720 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in RunEventLayoutReady()
Dcxfa_eventparam.h40 XFA_EVENT_Ready, enumerator
/external/pdfium/fxjs/xfa/
Dcjx_form.cpp94 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true); in recalculate()