Searched refs:ExecEventActivityByDeepFirst (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffdocview.cpp | 75 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 …]
|
D | cxfa_ffdocview.h | 104 int32_t ExecEventActivityByDeepFirst(CXFA_Node* pFormNode,
|
D | cxfa_ffnotify.cpp | 235 return pDocView->ExecEventActivityByDeepFirst( in ExecEventByDeepFirst()
|