Searched refs:XFA_EVENT_Calculate (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_form.cpp | 85 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()
|
D | cjx_subform.cpp | 69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
|
D | cjx_exclgroup.cpp | 69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
|
D | cjx_field.cpp | 159 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
|
D | cjx_node.cpp | 99 {PARA(0xdbfbe02e, "calculate", XFA_EVENT_Calculate, EventAppliesToo::kAll)},
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_eventparam.h | 45 XFA_EVENT_Calculate, enumerator
|
D | cxfa_ffwidgethandler.cpp | 214 case XFA_EVENT_Calculate: { in HasEvent() 237 case XFA_EVENT_Calculate: in ProcessEvent()
|
D | cxfa_ffdocview.cpp | 361 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2442 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()
|