Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
Dark_web_nweb.h1155 virtual void PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script,
/base/web/webview/interfaces/kits/cj/include/
Dwebview_controller_impl.h302 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.cpp928 void ArkWebNWebImpl::PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebImpl
932 …nweb_nweb_->PrecompileJavaScript(ArkWebStringStructToClass(url), ArkWebStringStructToClass(script)… in PrecompileJavaScript()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp1294 int32_t WebviewControllerImpl::PrecompileJavaScript(std::string url, std::string script, in PrecompileJavaScript() function in OHOS::Webview::WebviewControllerImpl
1305 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScript()
Dwebview_ffi.cpp1854 return nativeWebviewCtl->PrecompileJavaScript(url, str, cache); in FfiOHOSWebviewCtlPrecompileJavaScript()
/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.cpp1080 void ArkWebNWebWrapper::PrecompileJavaScript(const std::string& url, const std::string& script, in PrecompileJavaScript() function in OHOS::ArkWeb::ArkWebNWebWrapper
1087 …ark_web_nweb_->PrecompileJavaScript(ark_url, ark_script, options, new ArkWebMessageValueCallbackIm… 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.cpp1668 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
Dnapi_webview_controller.cpp624 DECLARE_NAPI_FUNCTION("precompileJavaScript", NapiWebviewController::PrecompileJavaScript), in Init()
5721 napi_value NapiWebviewController::PrecompileJavaScript(napi_env env, napi_callback_info info) in PrecompileJavaScript() function in OHOS::NWeb::NapiWebviewController
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1227 virtual void PrecompileJavaScript(const std::string& url, const std::string& script,