Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cache_options_impl.cpp20 ArkWebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptio… in ArkWebCacheOptionsImpl()
H A Dark_web_nweb_wrapper.cpp1039 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp905ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1634 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
H A Dnapi_webview_controller.cpp5729 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local