Searched defs:host_cache (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_resolver_request_context.h21 HostCache* host_cache)
23 host_cache(host_cache) {
27 HostCache* host_cache; member in struct:net::ProxyResolverRequestContext
20 ProxyResolverRequestContext(const BoundNetLog* net_log, HostCache* host_cache) argument
H A Dproxy_resolver_js_bindings.cc11 #include "net/base/host_cache.h"
235 HostCache* host_cache = current_request_context() ? local
236 current_request_context()->host_cache : NULL;
241 if (host_cache) {
243 host_cache->Lookup(cache_key, base::TimeTicks::Now());
256 if (host_cache) {
257 host_cache->Set(cache_key, result, *address_list,
/external/chromium/chrome/browser/
H A Dio_thread.cc39 #include "net/base/host_cache.h"
636 net::HostCache* host_cache = local
638 if (host_cache)
639 host_cache->clear();
/external/chromium_org/chrome/browser/
H A Dio_thread.cc53 #include "net/dns/host_cache.h"
871 net::HostCache* host_cache = globals_->host_resolver->GetHostCache(); local
872 if (host_cache)
873 host_cache->clear();

Completed in 97 milliseconds