Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp269 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(), in MsgBox()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h175 int JS_appAlert(const wchar_t* Msg,
Dcpdfsdk_formfillenvironment.cpp64 int CPDFSDK_FormFillEnvironment::JS_appAlert(const wchar_t* Msg, in JS_appAlert() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fxjs/
Dcjs_app.cpp264 pFormFillEnv->JS_appAlert(swMsg.c_str(), swTitle.c_str(), iType, iIcon)); in alert()
Dcjs_publicmethods.cpp83 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3); in AlertIfPossible()