HomeSort by relevance Sort by last modified time
    Searched refs:host_cache (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/proxy/
proxy_resolver_request_context.h 21 HostCache* host_cache)
23 host_cache(host_cache) {
27 HostCache* host_cache; member in struct:net::ProxyResolverRequestContext
proxy_resolver_js_bindings.cc 11 #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,
proxy_resolver_v8.cc 17 #include "net/base/host_cache.h"
704 HostCache host_cache(
709 ProxyResolverRequestContext request_context(&net_log, &host_cache);
  /external/chromium/chrome/browser/
io_thread.cc 39 #include "net/base/host_cache.h"
636 net::HostCache* host_cache = local
638 if (host_cache)
639 host_cache->clear();
  /external/chromium/
Android.mk 173 net/base/host_cache.cc \

Completed in 101 milliseconds