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.cpp85 if (pEventParam && (pEventParam->m_eType == XFA_EVENT_Calculate || in recalculate()
96 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, true); in recalculate()
110 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_subform.cpp69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_exclgroup.cpp69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_field.cpp159 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_node.cpp99 {PARA(0xdbfbe02e, "calculate", XFA_EVENT_Calculate, EventAppliesToo::kAll)},
/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h45 XFA_EVENT_Calculate, enumerator
Dcxfa_ffwidgethandler.cpp214 case XFA_EVENT_Calculate: { in HasEvent()
237 case XFA_EVENT_Calculate: in ProcessEvent()
Dcxfa_ffdocview.cpp361 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2442 EventParam.m_eType = XFA_EVENT_Calculate; in ProcessCalculate()
2736 pEventParam->m_eType == XFA_EVENT_Calculate) { in ExecuteBoolScript()
2752 if (pEventParam->m_eType == XFA_EVENT_Calculate || in ExecuteBoolScript()