Searched defs:cacheOptions (Results 1 – 8 of 8) sorted by relevance
20 ArkWebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptio… in ArkWebCacheOptionsImpl()
1096 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript()
1376 std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions) in PrecompileJavaScript()
1876 char* url, char* script, OHOS::Webview::CacheOptions cacheOptions) in FfiOHOSWebviewCtlPrecompileJavaScript()
944 … ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript()
1527 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
1787 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
6096 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local