Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h30 int MsgBox(CPDFDoc_Environment* pApp,
61 static int MsgBox(CPDFDoc_Environment* pApp,
DJS_Object.cpp38 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, in MsgBox() function in CJS_EmbedObj
80 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, in MsgBox() function in CJS_Object
Dapp.cpp368 vRet = MsgBox(pRuntime->GetReaderApp(), swMsg.c_str(), swTitle.c_str(), iType, in alert()
/external/curl/lib/
Dmk-ca-bundle.vbs63MsgBox("Failed to download '" & myCdFile & "': " & objHttp.Status & " - " & objHttp.StatusText), v…
158 MsgBox("Failed to process PEM cert with OpenSSL commandline!"), vbCritical, mySelf
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h53 int32_t MsgBox(const CFX_WideStringC& wsMessage,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp408 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
412 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate()
420 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate()
453 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate()
463 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
467 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate()
523 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate()
537 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning, in ProcessNullTestValidate()
Dxfa_fffield.cpp746 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc()
778 if (pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc()
Dxfa_fftextedit.cpp197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
Dxfa_ffdocview.cpp162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ShowNullTestMsg()
/external/zlib/src/old/
Dvisual-basic.txt122 MsgBox "Compression error"
153 MsgBox "Uncompression error"
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp141 int32_t CPDFXFA_App::MsgBox(const CFX_WideStringC& wsMessage, in MsgBox() function in CPDFXFA_App
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp595 int32_t iValue = pNotify->GetAppProvider()->MsgBox( in Script_HostPseudoModel_MessageBox()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h224 virtual int32_t MsgBox(const CFX_WideStringC& wsMessage,