Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp904 void ArkWebNWebImpl::PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
908 …nweb_nweb_->PrecompileJavaScript(ArkWebStringStructToClass(url), ArkWebStringStructToClass(script)… in PrecompileJavaScript()
H A Dark_web_nweb_impl.h997 void PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1225 virtual void PrecompileJavaScript(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1038 void ArkWebNWebWrapper::PrecompileJavaScript(const std::string& url, const std::string& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
1045 …ark_web_nweb_->PrecompileJavaScript(ark_url, ark_script, options, new ArkWebMessageValueCallbackIm… in PrecompileJavaScript()
H A Dark_web_nweb_wrapper.h1008 void PrecompileJavaScript(const std::string& url, const std::string& script,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h330 static napi_value PrecompileJavaScript(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1665 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
H A Dnapi_webview_controller.cpp621 DECLARE_NAPI_FUNCTION("precompileJavaScript", NapiWebviewController::PrecompileJavaScript), in Init()
5695 napi_value NapiWebviewController::PrecompileJavaScript(napi_env env, napi_callback_info info) in PrecompileJavaScript() function in OHOS::NWeb::NapiWebviewController
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1180 virtual void PrecompileJavaScript(const std::string& url, const std::string& script,