Home
last modified time | relevance | path

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

/external/chromium/net/proxy/
Dproxy_resolver_request_context.h21 HostCache* host_cache) in ProxyResolverRequestContext()
23 host_cache(host_cache) { in ProxyResolverRequestContext()
27 HostCache* host_cache; member
Dproxy_resolver_js_bindings.cc235 HostCache* host_cache = current_request_context() ? in DnsResolveHelper() local
236 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()
Dproxy_resolver_v8.cc704 HostCache host_cache( in GetProxyForURL() local
709 ProxyResolverRequestContext request_context(&net_log, &host_cache); in GetProxyForURL()
/external/chromium/chrome/browser/
Dio_thread.cc636 net::HostCache* host_cache = in ClearHostCache() local
638 if (host_cache) in ClearHostCache()
639 host_cache->clear(); in ClearHostCache()
/external/chromium/
DAndroid.mk174 net/base/host_cache.cc \
/external/chromium/net/
Dnet.gyp94 'base/host_cache.cc',
95 'base/host_cache.h',