Searched refs:wsScriptMsg (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 397 CFX_WideString wsScriptMsg; in ProcessScriptTestValidate() local 398 validate.GetScriptMessageText(wsScriptMsg); in ProcessScriptTestValidate() 404 if (wsScriptMsg.IsEmpty()) { in ProcessScriptTestValidate() 405 GetValidateMessage(pAppProvider, wsScriptMsg, FALSE, bVersionFlag); in ProcessScriptTestValidate() 408 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate() 412 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate() 417 if (wsScriptMsg.IsEmpty()) { in ProcessScriptTestValidate() 418 GetValidateMessage(pAppProvider, wsScriptMsg, TRUE, bVersionFlag); in ProcessScriptTestValidate() 420 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()
|