Home
last modified time | relevance | path

Searched refs:JS_appAlert (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp27 return pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); in FXJS_MsgBox()
92 pApp->JS_appAlert(swMsg, NULL, 0, 3); in Alert()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp179 int32_t iRet = pEnv->JS_appAlert(wsMessage.GetPtr(), wsTitle.GetPtr(), in MsgBox()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h121 int JS_appAlert(const FX_WCHAR* Msg,
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp225 int CPDFDoc_Environment::JS_appAlert(const FX_WCHAR* Msg, in JS_appAlert() function in CPDFDoc_Environment