Home
last modified time | relevance | path

Searched refs:PrecompileJavaScript (Results 1 – 13 of 13) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
Dwebview_controller_impl.h309 int32_t PrecompileJavaScript(std::string url, std::string script,
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.h997 void PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script,
Dark_web_nweb_impl.cpp943 void ArkWebNWebImpl::PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
947 …nweb_nweb_->PrecompileJavaScript(ArkWebStringStructToClass(url), ArkWebStringStructToClass(script)… in PrecompileJavaScript()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
Dark_web_nweb.h1158 virtual void PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script,
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp1375 int32_t WebviewControllerImpl::PrecompileJavaScript(std::string url, std::string script, in PrecompileJavaScript() function in OHOS::Webview::WebviewControllerImpl
1386 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScript()
Dwebview_ffi.cpp1892 return nativeWebviewCtl->PrecompileJavaScript(url, str, cache); in FfiOHOSWebviewCtlPrecompileJavaScript()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h340 static napi_value PrecompileJavaScript(napi_env env, napi_callback_info info);
Dwebview_controller.cpp1815 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
Dnapi_webview_controller.cpp726 DECLARE_NAPI_FUNCTION("precompileJavaScript", NapiWebviewController::PrecompileJavaScript), in Init()
6062 napi_value NapiWebviewController::PrecompileJavaScript(napi_env env, napi_callback_info info) in PrecompileJavaScript() function in OHOS::NWeb::NapiWebviewController
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.h1009 void PrecompileJavaScript(const std::string& url, const std::string& script,
Dark_web_nweb_wrapper.cpp1095 void ArkWebNWebWrapper::PrecompileJavaScript(const std::string& url, const std::string& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
1102 …ark_web_nweb_->PrecompileJavaScript(ark_url, ark_script, options, new ArkWebMessageValueCallbackIm… in PrecompileJavaScript()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1235 virtual void PrecompileJavaScript(const std::string& url, const std::string& script,
/base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/
Dwebview_controller.cpp1558 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()