Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h43 XFA_EVENT_Calculate, enumerator
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgethandler.cpp173 case XFA_EVENT_Calculate: { in HasEvent()
205 case XFA_EVENT_Calculate: in ProcessEvent()
Dxfa_ffwidgetacc.cpp359 EventParam.m_eType = XFA_EVENT_Calculate; in ProcessCalculate()
636 pEventParam->m_eType == XFA_EVENT_Calculate) { in ExecuteScript()
649 if (pEventParam->m_eType == XFA_EVENT_Calculate || in ExecuteScript()
Dxfa_ffdocview.cpp410 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp376 {0xdbfbe02e, L"calculate", XFA_EVENT_Calculate, 1},
2523 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate, false, false); in Script_Field_ExecCalculate()
2709 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_ExclGroup_ExecCalculate()
2842 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Subform_ExecCalculate()
3345 if (pEventParam->m_eType == XFA_EVENT_Calculate || in Script_Form_Recalculate()
3360 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Form_Recalculate()
3375 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Form_ExecCalculate()