Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffdocview.cpp73 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Initialize, false, true, in InitLayout()
75 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_IndexChange, false, true, in InitLayout()
95 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, true, true, nullptr); in StartLayout()
128 ExecEventActivityByDeepFirst(pPageSetNode, XFA_EVENT_Ready, true, true, in StopLayout()
130 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout()
132 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_DocReady, false, true, in StopLayout()
137 ExecEventActivityByDeepFirst(pRootItem, XFA_EVENT_Ready, false, true, in StopLayout()
182 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Ready, true, true, nullptr); in UpdateDocView()
309 ExecEventActivityByDeepFirst(pNode, pParam->m_eType, pParam->m_bIsFormReady, in ProcessWidgetEvent()
437 int32_t CXFA_FFDocView::ExecEventActivityByDeepFirst(CXFA_Node* pFormNode, in ExecEventActivityByDeepFirst() function in CXFA_FFDocView
[all …]
Dxfa_ffnotify.cpp221 return pDocView->ExecEventActivityByDeepFirst( in ExecEventByDeepFirst()
/external/pdfium/xfa/fxfa/
Dxfa_ffdocview.h96 int32_t ExecEventActivityByDeepFirst(CXFA_Node* pFormNode,