Home
last modified time | relevance | path

Searched refs:NWebCacheOptionsImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_cache_options_impl.h22 class OHOS_NWEB_EXPORT NWebCacheOptionsImpl : public CacheOptions {
24 NWebCacheOptionsImpl(const std::map<std::string, std::string> &responseHeaders) in NWebCacheOptionsImpl() function
26 ~NWebCacheOptionsImpl() = default;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1616 auto defaultCacheOptions = std::make_shared<NWebCacheOptionsImpl>(responseHeaders); in ParseCacheOptions()
1629 return std::make_shared<NWebCacheOptionsImpl>(responseHeaders); in ParseCacheOptions()