Home
last modified time | relevance | path

Searched refs:ProcessValidate (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp220 return pNode->ProcessValidate(m_pDocView.Get(), 0); in ProcessEvent()
Dcxfa_ffdocview.cpp398 return pNode->ProcessValidate(pDocView, 0x01); in XFA_ProcessEvent()
637 node->ProcessValidate(this, 0); in RunValidate()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h299 XFA_EventError ProcessValidate(CXFA_FFDocView* pDocView, int32_t iFlags);
Dcxfa_node.cpp2665 XFA_EventError CXFA_Node::ProcessValidate(CXFA_FFDocView* pDocView, in ProcessValidate() function in CXFA_Node
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp863 if (pNode->ProcessValidate(docView, -1) == XFA_EventError::kError) { in OnBeforeNotifySubmit()