Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
Dark_web_nweb.h1226 virtual void PrecompileJavaScript(
/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.cpp926 void ArkWebNWebImpl::PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
930 …nweb_nweb_->PrecompileJavaScript(ArkWebStringStructToClass(url), ArkWebStringStructToClass(script)… in PrecompileJavaScript()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h330 static napi_value PrecompileJavaScript(napi_env env, napi_callback_info info);
Dwebview_controller.cpp1665 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
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
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.h1008 void PrecompileJavaScript(const std::string& url, const std::string& script,
Dark_web_nweb_wrapper.cpp1078 void ArkWebNWebWrapper::PrecompileJavaScript(const std::string& url, const std::string& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
1085 …ark_web_nweb_->PrecompileJavaScript(ark_url, ark_script, options, new ArkWebMessageValueCallbackIm… in PrecompileJavaScript()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1213 virtual void PrecompileJavaScript(const std::string& url, const std::string& script,