Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdocview.cpp75 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Initialize, false, true, in InitLayout()
77 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_IndexChange, false, true, in InitLayout()
100 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()
142 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_DocReady, 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()
308 ExecEventActivityByDeepFirst(pNode, pParam->m_eType, pParam->m_bIsFormReady, in ProcessWidgetEvent()
445 int32_t CXFA_FFDocView::ExecEventActivityByDeepFirst(CXFA_Node* pFormNode, in ExecEventActivityByDeepFirst() function in CXFA_FFDocView
[all …]
Dcxfa_ffdocview.h104 int32_t ExecEventActivityByDeepFirst(CXFA_Node* pFormNode,
Dcxfa_ffnotify.cpp235 return pDocView->ExecEventActivityByDeepFirst( in ExecEventByDeepFirst()