Searched refs:XFA_EVENT_Validate (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_form.cpp | 93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in recalculate() 121 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_subform.cpp | 77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_exclgroup.cpp | 78 int32_t iRet = notify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_field.cpp | 230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate, in execValidate()
|
D | cjx_node.cpp | 52 {0x7233018a, L"validate", XFA_EVENT_Validate, EventAppliesToo::kAll},
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_eventparam.h | 44 XFA_EVENT_Validate, enumerator
|
D | cxfa_ffdocview.cpp | 272 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()
|
D | cxfa_ffwidgethandler.cpp | 201 case XFA_EVENT_Validate: { in HasEvent() 226 case XFA_EVENT_Validate: in ProcessEvent()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 177 eEventType = XFA_EVENT_Validate; in GetXFAEventType()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1908 eParam.m_eType = XFA_EVENT_Validate; in ProcessValidate()
|