Searched refs:JS_appAlert (Results 1 – 5 of 5) sorted by relevance
160 int JS_appAlert(const FX_WCHAR* Msg,
63 int CPDFSDK_FormFillEnvironment::JS_appAlert(const FX_WCHAR* Msg, in JS_appAlert() function in CPDFSDK_FormFillEnvironment
295 int32_t iRet = m_pFormFillEnv->JS_appAlert(wsMessage.c_str(), wsTitle.c_str(), in MsgBox()
412 vRet = CJS_Value(pRuntime, pFormFillEnv->JS_appAlert( in alert()
88 pFormFillEnv->JS_appAlert(swMsg, nullptr, 0, 3); in AlertIfPossible()