Home
last modified time | relevance | path

Searched refs:PurgePluginListCache (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Drequest_context_ctocpp.h55 void PurgePluginListCache(bool reload_pages) OVERRIDE;
Drequest_context_ctocpp.cc229 void CefRequestContextCToCpp::PurgePluginListCache(bool reload_pages) { in PurgePluginListCache() function in CefRequestContextCToCpp
/third_party/cef/include/
Dcef_request_context.h189 virtual void PurgePluginListCache(bool reload_pages) = 0;
/third_party/cef/libcef/browser/
Drequest_context_impl.h67 void PurgePluginListCache(bool reload_pages) override;
Drequest_context_impl.cc402 void CefRequestContextImpl::PurgePluginListCache(bool reload_pages) { in PurgePluginListCache() function in CefRequestContextImpl
720 content::PluginService::GetInstance()->PurgePluginListCache( in PurgePluginListCacheInternal()
/third_party/cef/libcef_dll/cpptoc/
Drequest_context_cpptoc.cc246 CefRequestContextCppToC::Get(self)->PurgePluginListCache( in request_context_purge_plugin_list_cache()