Searched refs:MsgBox (Results 1 – 11 of 11) 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/capstone/bindings/vb6/ |
D | Form1.frm | 237 MsgBox "Run a test first..." 255 MsgBox FileLen(fPath) & " bytes saved to: " & vbCrLf & vbCrLf & fPath
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.h | 69 int32_t MsgBox(const WideString& wsMessage,
|
D | cpdfxfa_context.cpp | 232 int32_t CPDFXFA_Context::MsgBox(const WideString& wsMessage, in MsgBox() function in CPDFXFA_Context
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1757 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, XFA_MB_OK); in ProcessScriptTestValidate() 1760 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Warning, in ProcessScriptTestValidate() 1769 pAppProvider->MsgBox(wsScriptMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessScriptTestValidate() 1798 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Error, XFA_MB_OK); in ProcessFormatTestValidate() 1807 pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 1811 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, XFA_MBICON_Warning, in ProcessFormatTestValidate() 1864 pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Status, XFA_MB_OK); in ProcessNullTestValidate() 1878 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, XFA_MBICON_Warning, in ProcessNullTestValidate()
|
/external/zlib/src/old/ |
D | visual-basic.txt | 122 MsgBox "Compression error" 153 MsgBox "Uncompression error"
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 147 virtual int32_t MsgBox(const WideString& wsMessage,
|
D | cxfa_fffield.cpp | 679 pAppProvider->MsgBox(L"You are not allowed to modify this field.", in CalculateWidgetAcc() 706 if (pAppProvider->MsgBox(wsMessage, L"Calculate Override", in CalculateWidgetAcc()
|
D | cxfa_fftextedit.cpp | 205 pAppProvider->MsgBox(WideString::Format(L"%ls can not contain %ls", in ValidateNumberField()
|
D | cxfa_ffdocview.cpp | 177 pAppProvider->MsgBox(wsMsg, pAppProvider->GetAppTitle(), XFA_MBICON_Status, in ShowNullTestMsg()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 522 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title, in messageBox()
|