Home
last modified time | relevance | path

Searched refs:XFA_EVENT_Calculate (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_form.cpp81 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()
Dcjx_subform.cpp62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
Dcjx_exclgroup.cpp64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
Dcjx_field.cpp151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_node.cpp61 {0xdbfbe02e, L"calculate", XFA_EVENT_Calculate, EventAppliesToo::kAll},
/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h43 XFA_EVENT_Calculate, enumerator
Dcxfa_ffwidgethandler.cpp197 case XFA_EVENT_Calculate: { in HasEvent()
224 case XFA_EVENT_Calculate: in ProcessEvent()
Dcxfa_ffdocview.cpp420 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1721 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()