Home
last modified time | relevance | path

Searched refs:XFA_EVENT_Validate (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdocview.cpp265 if (pParam->m_eType == XFA_EVENT_Validate) { in ProcessWidgetEvent()
423 case XFA_EVENT_Validate: in XFA_ProcessEvent()
730 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Validate); in InitValidate()
Dxfa_ffwidgethandler.cpp235 case XFA_EVENT_Validate: { in HasEvent()
263 case XFA_EVENT_Validate: in ProcessEvent()
Dxfa_ffwidgetacc.cpp606 eParam.m_eType = XFA_EVENT_Validate; in ProcessValidate()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp1771 {0x7233018a, L"validate", XFA_EVENT_Validate, 1},
2369 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate, FALSE, FALSE); in Script_Field_ExecValidate()
2484 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate); in Script_ExclGroup_ExecValidate()
2651 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate); in Script_Subform_ExecValidate()
3457 pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate); in Script_Form_Recalculate()
3485 int32_t iRet = pNotify->ExecEventByDeepFirst(this, XFA_EVENT_Validate); in Script_Form_ExecValidate()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h540 XFA_EVENT_Validate, enumerator
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp158 eEventType = XFA_EVENT_Validate; in GetXFAEventType()