Searched refs:XFA_EVENT_Calculate (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgethandler.cpp | 225 case XFA_EVENT_Calculate: { in HasEvent() 261 case XFA_EVENT_Calculate: in ProcessEvent()
|
D | xfa_ffwidgetacc.cpp | 369 EventParam.m_eType = XFA_EVENT_Calculate; in ProcessCalculate() 663 pEventParam->m_eType == XFA_EVENT_Calculate) { in ExecuteScript() 674 if (pEventParam->m_eType == XFA_EVENT_Calculate || in ExecuteScript()
|
D | xfa_ffdocview.cpp | 421 case XFA_EVENT_Calculate: in XFA_ProcessEvent()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_object_imp.cpp | 1779 {0xdbfbe02e, L"calculate", XFA_EVENT_Calculate, 1}, 2285 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate, FALSE, FALSE); in Script_Field_ExecCalculate() 2471 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_ExclGroup_ExecCalculate() 2638 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Subform_ExecCalculate() 3444 if (pEventParam->m_eType == XFA_EVENT_Calculate || in Script_Form_Recalculate() 3456 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Form_Recalculate() 3472 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Calculate); in Script_Form_ExecCalculate()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 539 XFA_EVENT_Calculate, enumerator
|