Home
last modified time | relevance | path

Searched defs:cacheOptions (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_cache_options_impl.cpp20 ArkWebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptio… in ArkWebCacheOptionsImpl()
Dark_web_nweb_wrapper.cpp1096 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_controller_impl.cpp1376 std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions) in PrecompileJavaScript()
Dwebview_ffi.cpp1876 char* url, char* script, OHOS::Webview::CacheOptions cacheOptions) in FfiOHOSWebviewCtlPrecompileJavaScript()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp944ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript()
/base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/
Dwebview_controller.cpp1527 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp1787 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
Dnapi_webview_controller.cpp6096 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local