Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dfxfa_widget.h89 bool bVersionFlag);
90 int32_t ProcessFormatTestValidate(CXFA_Validate validate, bool bVersionFlag);
93 bool bVersionFlag);
94 CFX_WideString GetValidateCaptionName(bool bVersionFlag);
95 CFX_WideString GetValidateMessage(bool bError, bool bVersionFlag);
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp375 bool bVersionFlag) { in ProcessScriptTestValidate() argument
390 wsScriptMsg = GetValidateMessage(false, bVersionFlag); in ProcessScriptTestValidate()
392 if (bVersionFlag) { in ProcessScriptTestValidate()
403 wsScriptMsg = GetValidateMessage(true, bVersionFlag); in ProcessScriptTestValidate()
410 bool bVersionFlag) { in ProcessFormatTestValidate() argument
434 wsFormatMsg = GetValidateMessage(true, bVersionFlag); in ProcessFormatTestValidate()
441 wsFormatMsg = GetValidateMessage(false, bVersionFlag); in ProcessFormatTestValidate()
443 if (bVersionFlag) { in ProcessFormatTestValidate()
459 bool bVersionFlag) { in ProcessNullTestValidate() argument
485 if (wsNullMsg.IsEmpty() && bVersionFlag && in ProcessNullTestValidate()
[all …]