Home
last modified time | relevance | path

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

/external/curl/lib/
Dmk-ca-bundle.vbs78 MsgBox("URL does not contain filename!"), vbCritical, mySelf
93 MsgBox("OpenSSL was not found so the certificate bundle will not " & _
125MsgBox("Failed to download '" & myCdFile & "': " & objHttp.Status & " - " & objHttp.StatusText), v…
220 MsgBox("Failed to process PEM cert with OpenSSL commandline!"), vbCritical, mySelf
420MsgBox("Failed to get sha256 of """ & filename & """ with OpenSSL commandline!"), vbCritical, mySe…
/external/capstone/bindings/vb6/
DForm1.frm237 MsgBox "Run a test first..."
255 MsgBox FileLen(fPath) & " bytes saved to: " & vbCrLf & vbCrLf & fPath
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.h70 int32_t MsgBox(const WideString& wsMessage,
Dcpdfxfa_context.cpp293 int32_t CPDFXFA_Context::MsgBox(const WideString& wsMessage, in MsgBox() function in CPDFXFA_Context
/external/pdfium/xfa/fxfa/
Dfxfa.h133 virtual int32_t MsgBox(const WideString& wsMessage,
Dcxfa_fffield.cpp687 pAppProvider->MsgBox( in CalculateNode()
715 if (pAppProvider->MsgBox(wsMessage, in CalculateNode()
Dcxfa_fftextedit.cpp233 pAppProvider->MsgBox( in ValidateNumberField()
Dcxfa_ffdocview.cpp162 pAppProvider->MsgBox(wsMsg, pAppProvider->GetAppTitle(), in ShowNullTestMsg()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp504 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title, in messageBox()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2479 pAppProvider->MsgBox(wsScriptMsg, wsTitle, in ProcessScriptTestValidate()
2484 if (pAppProvider->MsgBox(wsScriptMsg, wsTitle, in ProcessScriptTestValidate()
2495 pAppProvider->MsgBox(wsScriptMsg, wsTitle, in ProcessScriptTestValidate()
2529 pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()
2539 pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()
2545 if (pAppProvider->MsgBox(wsFormatMsg, wsTitle, in ProcessFormatTestValidate()
2597 pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()
2612 if (pAppProvider->MsgBox(wsNullMsg, wsTitle, in ProcessNullTestValidate()