Searched refs:host_cache (Results 1 – 6 of 6) sorted by relevance
21 HostCache* host_cache) in ProxyResolverRequestContext()23 host_cache(host_cache) { in ProxyResolverRequestContext()27 HostCache* host_cache; member
235 HostCache* host_cache = current_request_context() ? in DnsResolveHelper() local236 current_request_context()->host_cache : NULL; in DnsResolveHelper()241 if (host_cache) { in DnsResolveHelper()243 host_cache->Lookup(cache_key, base::TimeTicks::Now()); in DnsResolveHelper()256 if (host_cache) { in DnsResolveHelper()257 host_cache->Set(cache_key, result, *address_list, in DnsResolveHelper()
704 HostCache host_cache( in GetProxyForURL() local709 ProxyResolverRequestContext request_context(&net_log, &host_cache); in GetProxyForURL()
636 net::HostCache* host_cache = in ClearHostCache() local638 if (host_cache) in ClearHostCache()639 host_cache->clear(); in ClearHostCache()
174 net/base/host_cache.cc \
94 'base/host_cache.cc',95 'base/host_cache.h',