/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Object.h | 30 int MsgBox(CPDFDoc_Environment* pApp, 61 static int MsgBox(CPDFDoc_Environment* pApp,
|
D | JS_Object.cpp | 38 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
|
D | app.cpp | 368 vRet = MsgBox(pRuntime->GetReaderApp(), swMsg.c_str(), swTitle.c_str(), iType, in alert()
|
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 63 …MsgBox("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/ |
D | fpdfxfa_app.h | 53 int32_t MsgBox(const CFX_WideStringC& wsMessage,
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidgetacc.cpp | 408 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()
|
D | xfa_fffield.cpp | 746 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc() 778 if (pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Warning, in CalculateWidgetAcc()
|
D | xfa_fftextedit.cpp | 197 pAppProvider->MsgBox(wsMessage, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ValidateNumberField()
|
D | xfa_ffdocview.cpp | 162 pAppProvider->MsgBox(wsMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ShowNullTestMsg()
|
/external/zlib/src/old/ |
D | visual-basic.txt | 122 MsgBox "Compression error" 153 MsgBox "Uncompression error"
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_app.cpp | 141 int32_t CPDFXFA_App::MsgBox(const CFX_WideStringC& wsMessage, in MsgBox() function in CPDFXFA_App
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_hostpseudomodel.cpp | 595 int32_t iValue = pNotify->GetAppProvider()->MsgBox( in Script_HostPseudoModel_MessageBox()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa.h | 224 virtual int32_t MsgBox(const CFX_WideStringC& wsMessage,
|