HostCache          97 chrome/browser/chrome_net_benchmarking_message_filter.cc   net::HostCache* cache =
HostCache         956 chrome/browser/io_thread.cc   net::HostCache* host_cache = globals_->host_resolver->GetHostCache();
HostCache         111 chrome/browser/ui/webui/net_internals/net_internals_ui.cc net::HostCache* GetHostResolverCache(net::URLRequestContext* context) {
HostCache        1098 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   net::HostCache* cache = GetHostResolverCache(context);
HostCache        1123 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   net::HostCache::EntryMap::Iterator it(cache->entries());
HostCache        1125 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     const net::HostCache::Key& key = it.key();
HostCache        1126 chrome/browser/ui/webui/net_internals/net_internals_ui.cc     const net::HostCache::Entry& entry = it.value();
HostCache        1159 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   net::HostCache* cache = GetHostResolverCache(GetMainContext());
HostCache          58 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   net::HostCache* cache = context->host_resolver()->GetHostCache();
HostCache          61 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   net::HostCache::Key key(hostname, net::ADDRESS_FAMILY_UNSPECIFIED, 0);
HostCache          75 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   cache->Set(net::HostCache::Key(hostname, net::ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache          76 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc              net::HostCache::Entry(net_error, address_list),
HostCache          17 net/dns/host_cache.cc HostCache::Entry::Entry(int error, const AddressList& addrlist,
HostCache          25 net/dns/host_cache.cc HostCache::Entry::Entry(int error, const AddressList& addrlist)
HostCache          31 net/dns/host_cache.cc HostCache::Entry::~Entry() {
HostCache          36 net/dns/host_cache.cc HostCache::HostCache(size_t max_entries)
HostCache          40 net/dns/host_cache.cc HostCache::~HostCache() {
HostCache          43 net/dns/host_cache.cc const HostCache::Entry* HostCache::Lookup(const Key& key,
HostCache          52 net/dns/host_cache.cc void HostCache::Set(const Key& key,
HostCache          63 net/dns/host_cache.cc void HostCache::clear() {
HostCache          68 net/dns/host_cache.cc size_t HostCache::size() const {
HostCache          73 net/dns/host_cache.cc size_t HostCache::max_entries() const {
HostCache          79 net/dns/host_cache.cc const HostCache::EntryMap& HostCache::entries() const {
HostCache          85 net/dns/host_cache.cc scoped_ptr<HostCache> HostCache::CreateDefaultCache() {
HostCache          98 net/dns/host_cache.cc   return make_scoped_ptr(new HostCache(max_entries));
HostCache         101 net/dns/host_cache.cc void HostCache::EvictionHandler::Handle(
HostCache          23 net/dns/host_cache.h class NET_EXPORT HostCache : NON_EXPORTED_BASE(public base::NonThreadSafe) {
HostCache          77 net/dns/host_cache.h   explicit HostCache(size_t max_entries);
HostCache          79 net/dns/host_cache.h   ~HostCache();
HostCache         105 net/dns/host_cache.h   static scoped_ptr<HostCache> CreateDefaultCache();
HostCache         119 net/dns/host_cache.h   DISALLOW_COPY_AND_ASSIGN(HostCache);
HostCache          21 net/dns/host_cache_unittest.cc HostCache::Key Key(const std::string& hostname) {
HostCache          22 net/dns/host_cache_unittest.cc   return HostCache::Key(hostname, ADDRESS_FAMILY_UNSPECIFIED, 0);
HostCache          30 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache          35 net/dns/host_cache_unittest.cc   HostCache::Key key1 = Key("foobar.com");
HostCache          36 net/dns/host_cache_unittest.cc   HostCache::Key key2 = Key("foobar2.com");
HostCache          37 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache          94 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache          99 net/dns/host_cache_unittest.cc   HostCache::Key key1 = Key("foobar.com");
HostCache         100 net/dns/host_cache_unittest.cc   HostCache::Key key2 = Key("foobar2.com");
HostCache         101 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         122 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache         127 net/dns/host_cache_unittest.cc   HostCache::Key key1 = Key("foobar.com");
HostCache         128 net/dns/host_cache_unittest.cc   HostCache::Key key2 = Key("foobar2.com");
HostCache         129 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         183 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache         188 net/dns/host_cache_unittest.cc   HostCache::Key key1("foobar.com", ADDRESS_FAMILY_UNSPECIFIED, 0);
HostCache         189 net/dns/host_cache_unittest.cc   HostCache::Key key2("foobar.com", ADDRESS_FAMILY_IPV4, 0);
HostCache         190 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         216 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache         221 net/dns/host_cache_unittest.cc   HostCache::Key key1("foobar.com", ADDRESS_FAMILY_IPV4, 0);
HostCache         222 net/dns/host_cache_unittest.cc   HostCache::Key key2("foobar.com", ADDRESS_FAMILY_IPV4,
HostCache         224 net/dns/host_cache_unittest.cc   HostCache::Key key3("foobar.com", ADDRESS_FAMILY_IPV4,
HostCache         226 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         259 net/dns/host_cache_unittest.cc   HostCache cache(0);
HostCache         265 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         278 net/dns/host_cache_unittest.cc   HostCache cache(kMaxCacheEntries);
HostCache         283 net/dns/host_cache_unittest.cc   HostCache::Entry entry = HostCache::Entry(OK, AddressList());
HostCache         303 net/dns/host_cache_unittest.cc     HostCache::Key key1;
HostCache         304 net/dns/host_cache_unittest.cc     HostCache::Key key2;
HostCache         313 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         314 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         318 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_IPV4, 0),
HostCache         319 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         323 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         324 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_IPV4, 0),
HostCache         328 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         329 net/dns/host_cache_unittest.cc       HostCache::Key("host2", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         333 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_IPV4, 0),
HostCache         334 net/dns/host_cache_unittest.cc       HostCache::Key("host2", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         338 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         339 net/dns/host_cache_unittest.cc       HostCache::Key("host2", ADDRESS_FAMILY_IPV4, 0),
HostCache         343 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         344 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED,
HostCache         349 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED,
HostCache         351 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED, 0),
HostCache         355 net/dns/host_cache_unittest.cc       HostCache::Key("host1", ADDRESS_FAMILY_UNSPECIFIED,
HostCache         357 net/dns/host_cache_unittest.cc       HostCache::Key("host2", ADDRESS_FAMILY_UNSPECIFIED,
HostCache         366 net/dns/host_cache_unittest.cc     const HostCache::Key& key1 = tests[i].key1;
HostCache         367 net/dns/host_cache_unittest.cc     const HostCache::Key& key2 = tests[i].key2;
HostCache         110 net/dns/host_resolver.cc HostCache* HostResolver::GetHostCache() {
HostCache         121 net/dns/host_resolver.cc   scoped_ptr<HostCache> cache;
HostCache         123 net/dns/host_resolver.cc     cache = HostCache::CreateDefaultCache();
HostCache          26 net/dns/host_resolver.h class HostCache;
HostCache         173 net/dns/host_resolver.h   virtual HostCache* GetHostCache();
HostCache        1368 net/dns/host_resolver_impl.cc           HostCache::Entry(OK, MakeAddressListForRequest(addr_list)),
HostCache        1539 net/dns/host_resolver_impl.cc         HostCache::Entry(net_error, MakeAddressListForRequest(addr_list)),
HostCache        1623 net/dns/host_resolver_impl.cc         HostCache::Entry(net_error, MakeAddressListForRequest(addr_list), ttl),
HostCache        1641 net/dns/host_resolver_impl.cc   void CompleteRequests(const HostCache::Entry& entry,
HostCache        1720 net/dns/host_resolver_impl.cc     CompleteRequests(HostCache::Entry(net_error, AddressList()),
HostCache        1791 net/dns/host_resolver_impl.cc     scoped_ptr<HostCache> cache,
HostCache        2005 net/dns/host_resolver_impl.cc HostCache* HostResolverImpl::GetHostCache() {
HostCache        2059 net/dns/host_resolver_impl.cc   const HostCache::Entry* cache_entry = cache_->Lookup(
HostCache        2122 net/dns/host_resolver_impl.cc                                    const HostCache::Entry& entry,
HostCache         112 net/dns/host_resolver_impl.h   HostResolverImpl(scoped_ptr<HostCache> cache,
HostCache         146 net/dns/host_resolver_impl.h   virtual HostCache* GetHostCache() OVERRIDE;
HostCache         156 net/dns/host_resolver_impl.h   typedef HostCache::Key Key;
HostCache         205 net/dns/host_resolver_impl.h                    const HostCache::Entry& entry,
HostCache         245 net/dns/host_resolver_impl.h   scoped_ptr<HostCache> cache_;
HostCache         475 net/dns/host_resolver_impl_unittest.cc     resolver_.reset(new HostResolverImpl(HostCache::CreateDefaultCache(),
HostCache         838 net/dns/host_resolver_impl_unittest.cc   resolver_.reset(new HostResolverImpl(scoped_ptr<HostCache>(),
HostCache        1276 net/dns/host_resolver_impl_unittest.cc       new HostResolverImpl(HostCache::CreateDefaultCache(),
HostCache        1358 net/dns/host_resolver_impl_unittest.cc     resolver_.reset(new HostResolverImpl(HostCache::CreateDefaultCache(),
HostCache        1691 net/dns/host_resolver_impl_unittest.cc   resolver_.reset(new HostResolverImpl(HostCache::CreateDefaultCache(),
HostCache          54 net/dns/mapped_host_resolver.cc HostCache* MappedHostResolver::GetHostCache() {
HostCache          59 net/dns/mapped_host_resolver.h   virtual HostCache* GetHostCache() OVERRIDE;
HostCache         124 net/dns/mock_host_resolver.cc HostCache* MockHostResolverBase::GetHostCache() {
HostCache         149 net/dns/mock_host_resolver.cc     cache_.reset(new HostCache(kMaxCacheEntries));
HostCache         164 net/dns/mock_host_resolver.cc     HostCache::Key key(info.hostname(),
HostCache         167 net/dns/mock_host_resolver.cc     const HostCache::Entry* entry = cache_->Lookup(key, base::TimeTicks::Now());
HostCache         187 net/dns/mock_host_resolver.cc     HostCache::Key key(info.hostname(),
HostCache         194 net/dns/mock_host_resolver.cc     cache_->Set(key, HostCache::Entry(rv, addr), base::TimeTicks::Now(), ttl);
HostCache          19 net/dns/mock_host_resolver.h class HostCache;
HostCache          87 net/dns/mock_host_resolver.h   virtual HostCache* GetHostCache() OVERRIDE;
HostCache         134 net/dns/mock_host_resolver.h   scoped_ptr<HostCache> cache_;
HostCache         425 net/tools/gdig/gdig.cc           HostCache::CreateDefaultCache(),