HomeSort by relevance Sort by last modified time
    Searched refs:bVersionFlag (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/
fxfa_widget.h 89 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/
xfa_ffwidgetacc.cpp 375 bool bVersionFlag) {
390 wsScriptMsg = GetValidateMessage(false, bVersionFlag);
392 if (bVersionFlag) {
403 wsScriptMsg = GetValidateMessage(true, bVersionFlag);
410 bool bVersionFlag) {
434 wsFormatMsg = GetValidateMessage(true, bVersionFlag);
441 wsFormatMsg = GetValidateMessage(false, bVersionFlag);
443 if (bVersionFlag) {
459 bool bVersionFlag) {
485 if (wsNullMsg.IsEmpty() && bVersionFlag &
    [all...]

Completed in 79 milliseconds