Searched refs:ExecEventByDeepFirst (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_form.cpp | 72 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 92 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in recalculate() 93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in recalculate() 94 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true); in recalculate() 106 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate() 121 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_node.cpp | 476 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 483 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 493 pNotify->ExecEventByDeepFirst(GetXFANode(), eventParaInfo->m_eventType, in execSingleEventByName() 496 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 503 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 514 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 527 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
|
D | cjx_subform.cpp | 50 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate() 77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_exclgroup.cpp | 52 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate() 78 int32_t iRet = notify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_field.cpp | 73 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize() 151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate() 230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate, in execValidate()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.h | 57 int32_t ExecEventByDeepFirst(CXFA_Node* pFormNode,
|
D | cxfa_ffnotify.cpp | 227 int32_t CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst() function in CXFA_FFNotify
|