Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc187 web_cache_impl_ = std::make_unique<web_cache::WebCacheImpl>(); in RenderThreadStarted()
249 base::Unretained(web_cache_impl_.get())), in ExposeInterfacesToBrowser()
Dalloy_content_renderer_client.h139 std::unique_ptr<web_cache::WebCacheImpl> web_cache_impl_; variable