Searched refs:XFA_EVENT_Calculate (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_form.cpp | 81 if (pEventParam->m_eType == XFA_EVENT_Calculate || in recalculate() 92 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in recalculate() 106 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
|
D | cjx_subform.cpp | 62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
|
D | cjx_exclgroup.cpp | 64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
|
D | cjx_field.cpp | 151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
|
D | cjx_node.cpp | 61 {0xdbfbe02e, L"calculate", XFA_EVENT_Calculate, EventAppliesToo::kAll},
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_eventparam.h | 43 XFA_EVENT_Calculate, enumerator
|
D | cxfa_ffwidgethandler.cpp | 197 case XFA_EVENT_Calculate: { in HasEvent() 224 case XFA_EVENT_Calculate: in ProcessEvent()
|
D | cxfa_ffdocview.cpp | 420 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1721 EventParam.m_eType = XFA_EVENT_Calculate; in ProcessCalculate() 2006 pEventParam->m_eType == XFA_EVENT_Calculate) { in ExecuteBoolScript() 2022 if (pEventParam->m_eType == XFA_EVENT_Calculate || in ExecuteBoolScript()
|