Home
last modified time | relevance | path

Searched refs:GetHostCache (Results 1 – 17 of 17) sorted by relevance

/external/cronet/net/dns/
Dmapped_host_resolver.cc83 HostCache* MappedHostResolver::GetHostCache() { in GetHostCache() function in net::MappedHostResolver
84 return impl_->GetHostCache(); in GetHostCache()
Dmapped_host_resolver.h70 HostCache* GetHostCache() override;
Dcontext_host_resolver.h72 HostCache* GetHostCache() override;
Dcontext_host_resolver.cc118 HostCache* ContextHostResolver::GetHostCache() { in GetHostCache() function in net::ContextHostResolver
Dhost_resolver.h439 virtual HostCache* GetHostCache();
Dcontext_host_resolver_unittest.cc738 resolver->GetHostCache()->Lookup(cache_key, base::TimeTicks::Now())); in TEST_F()
743 EXPECT_FALSE(resolver->GetHostCache()->Lookup(cache_key_with_empty_nak, in TEST_F()
Dhost_resolver.cc315 HostCache* HostResolver::GetHostCache() { in GetHostCache() function in net::HostResolver
Dmock_host_resolver.h296 HostCache* GetHostCache() override;
Dmock_host_resolver.cc744 HostCache* MockHostResolverBase::GetHostCache() { in GetHostCache() function in net::MockHostResolverBase
/external/cronet/components/cronet/
Dstale_host_resolver_unittest.cc235 DCHECK(resolver_->GetHostCache()); in CreateCacheEntry()
248 resolver_->GetHostCache()->Set(key, entry, then, ttl); in CreateCacheEntry()
260 DCHECK(resolver_->GetHostCache()); in LookupStale()
267 EXPECT_TRUE(resolver_->GetHostCache()->LookupStale(key, now, &stale)); in LookupStale()
Dstale_host_resolver.h104 net::HostCache* GetHostCache() override;
Dstale_host_resolver.cc367 net::HostCache* StaleHostResolver::GetHostCache() { in GetHostCache() function in cronet::StaleHostResolver
368 return inner_resolver_->GetHostCache(); in GetHostCache()
Dcronet_context.cc415 net::HostCache* host_cache = context->host_resolver()->GetHostCache(); in BuildDefaultURLRequestContext()
/external/cronet/components/cronet/android/test/
Dexperimental_options_test.cc34 net::HostCache* cache = context->host_resolver()->GetHostCache(); in WriteToHostCacheOnNetworkThread()
/external/cronet/net/log/
Dnet_log_util.cc335 HostCache* cache = host_resolver->GetHostCache(); in GetNetInfo()
/external/cronet/net/proxy_resolution/
Dpac_file_fetcher_impl_unittest.cc279 EXPECT_EQ(1u, context_->host_resolver()->GetHostCache()->size()); in TEST_F()
/external/cronet/net/quic/
Dquic_stream_factory_test.cc2869 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
2934 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14260 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14356 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14420 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14480 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14560 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14690 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14749 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
14808 host_resolver_->GetHostCache()->Invalidate(); in TEST_P()
[all …]