Searched refs:XFA_EVENT_Calculate (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_eventparam.h | 43 XFA_EVENT_Calculate, enumerator
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgethandler.cpp | 173 case XFA_EVENT_Calculate: { in HasEvent() 205 case XFA_EVENT_Calculate: in ProcessEvent()
|
D | xfa_ffwidgetacc.cpp | 359 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()
|
D | xfa_ffdocview.cpp | 410 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 376 {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()
|