Searched refs:MsgBox (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | mk-ca-bundle.vbs | 78 MsgBox("URL does not contain filename!"), vbCritical, mySelf 93 MsgBox("OpenSSL was not found so the certificate bundle will not " & _ 125 …MsgBox("Failed to download '" & myCdFile & "': " & objHttp.Status & " - " & objHttp.StatusText), v… 220 MsgBox("Failed to process PEM cert with OpenSSL commandline!"), vbCritical, mySelf 420 …MsgBox("Failed to get sha256 of """ & filename & """ with OpenSSL commandline!"), vbCritical, mySe…
|
/external/pdfium/xfa/fxfa/app/ |
D | xfa_ffwidgetacc.cpp | 393 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate() 397 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate() 404 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate() 435 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate() 444 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 448 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 501 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate() 514 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning, in ProcessNullTestValidate()
|
D | xfa_fffield.cpp | 651 pAppProvider->MsgBox(L"You are not allowed to modify this field.", in CalculateWidgetAcc() 679 if (pAppProvider->MsgBox(wsMessage, L"Calculate Override", in CalculateWidgetAcc()
|
D | xfa_fftextedit.cpp | 197 pAppProvider->MsgBox(wsMessage, pAppProvider->GetAppTitle(), in ValidateNumberField()
|
D | xfa_ffdocview.cpp | 168 pAppProvider->MsgBox(wsMsg, pAppProvider->GetAppTitle(), XFA_MBICON_Status, in ShowNullTestMsg()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.h | 64 int32_t MsgBox(const CFX_WideString& wsMessage,
|
D | cpdfxfa_context.cpp | 258 int32_t CPDFXFA_Context::MsgBox(const CFX_WideString& wsMessage, in MsgBox() function in CPDFXFA_Context
|
/external/zlib/src/old/ |
D | visual-basic.txt | 122 MsgBox "Compression error" 153 MsgBox "Uncompression error"
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 167 virtual int32_t MsgBox(const CFX_WideString& wsMessage,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cscript_hostpseudomodel.cpp | 500 int32_t iValue = pNotify->GetAppProvider()->MsgBox( in MessageBox()
|