Home
last modified time | relevance | path

Searched refs:GetValidateMessage (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h451 WideString GetValidateMessage(bool bError, bool bVersionFlag);
Dcxfa_node.cpp2521 wsScriptMsg = GetValidateMessage(false, bVersionFlag); in ProcessScriptTestValidate()
2539 wsScriptMsg = GetValidateMessage(true, bVersionFlag); in ProcessScriptTestValidate()
2573 wsFormatMsg = GetValidateMessage(true, bVersionFlag); in ProcessFormatTestValidate()
2581 wsFormatMsg = GetValidateMessage(false, bVersionFlag); in ProcessFormatTestValidate()
2729 WideString CXFA_Node::GetValidateMessage(bool bError, bool bVersionFlag) { in GetValidateMessage() function in CXFA_Node