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 D | ark_web_nweb_impl.cpp | 904 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 D | ark_web_nweb_impl.h | 997 void PrecompileJavaScript(const ArkWebString& url, const ArkWebString& script,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1225 virtual void PrecompileJavaScript(
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 1038 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 D | ark_web_nweb_wrapper.h | 1008 void PrecompileJavaScript(const std::string& url, const std::string& script,
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | napi_webview_controller.h | 330 static napi_value PrecompileJavaScript(napi_env env, napi_callback_info info);
|
H A D | webview_controller.cpp | 1665 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
|
H A D | napi_webview_controller.cpp | 621 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 D | nweb.h | 1180 virtual void PrecompileJavaScript(const std::string& url, const std::string& script,
|