Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp383 CFX_WideString wsScriptMsg; in ProcessScriptTestValidate() local
384 validate.GetScriptMessageText(wsScriptMsg); in ProcessScriptTestValidate()
389 if (wsScriptMsg.IsEmpty()) in ProcessScriptTestValidate()
390 wsScriptMsg = GetValidateMessage(false, bVersionFlag); in ProcessScriptTestValidate()
393 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
397 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
402 if (wsScriptMsg.IsEmpty()) in ProcessScriptTestValidate()
403 wsScriptMsg = GetValidateMessage(true, bVersionFlag); in ProcessScriptTestValidate()
404 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()