Searched defs:cacheOptions (Results 1 – 5 of 5) sorted by relevance
20 ArkWebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptio… in ArkWebCacheOptionsImpl()
1039 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript()
905 … ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript()
1634 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
5729 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local