Searched defs:cacheOptions (Results 1 – 7 of 7) sorted by relevance
20 ArkWebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptio… in ArkWebCacheOptionsImpl()
1081 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript()
1295 std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions) in PrecompileJavaScript()
1838 char* url, char* script, OHOS::Webview::CacheOptions cacheOptions) in FfiOHOSWebviewCtlPrecompileJavaScript()
929 … ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript()
1640 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise()
5755 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local