Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1749 WideString wsScriptMsg = validate->GetScriptMessageText(); in ProcessScriptTestValidate() local
1753 if (wsScriptMsg.IsEmpty()) in ProcessScriptTestValidate()
1754 wsScriptMsg = GetValidateMessage(false, bVersionFlag); in ProcessScriptTestValidate()
1757 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, XFA_MB_OK); in ProcessScriptTestValidate()
1760 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
1767 if (wsScriptMsg.IsEmpty()) in ProcessScriptTestValidate()
1768 wsScriptMsg = GetValidateMessage(true, bVersionFlag); in ProcessScriptTestValidate()
1769 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()