Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_form.cpp93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in recalculate()
121 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
Dcjx_subform.cpp77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
Dcjx_exclgroup.cpp78 int32_t iRet = notify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
Dcjx_field.cpp230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate, in execValidate()
Dcjx_node.cpp52 {0x7233018a, L"validate", XFA_EVENT_Validate, EventAppliesToo::kAll},
/external/pdfium/xfa/fxfa/
Dcxfa_eventparam.h44 XFA_EVENT_Validate, enumerator
Dcxfa_ffdocview.cpp272 if (pParam->m_eType == XFA_EVENT_Validate) { in ProcessWidgetEvent()
422 case XFA_EVENT_Validate: in XFA_ProcessEvent()
696 ExecEventActivityByDeepFirst(pNode, XFA_EVENT_Validate, false, true, nullptr); in InitValidate()
Dcxfa_ffwidgethandler.cpp201 case XFA_EVENT_Validate: { in HasEvent()
226 case XFA_EVENT_Validate: in ProcessEvent()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp177 eEventType = XFA_EVENT_Validate; in GetXFAEventType()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1908 eParam.m_eType = XFA_EVENT_Validate; in ProcessValidate()