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