/external/cronet/net/dns/ |
D | mapped_host_resolver.cc | 83 HostCache* MappedHostResolver::GetHostCache() { in GetHostCache() function in net::MappedHostResolver 84 return impl_->GetHostCache(); in GetHostCache()
|
D | mapped_host_resolver.h | 70 HostCache* GetHostCache() override;
|
D | context_host_resolver.h | 72 HostCache* GetHostCache() override;
|
D | context_host_resolver.cc | 118 HostCache* ContextHostResolver::GetHostCache() { in GetHostCache() function in net::ContextHostResolver
|
D | host_resolver.h | 439 virtual HostCache* GetHostCache();
|
D | context_host_resolver_unittest.cc | 738 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()
|
D | host_resolver.cc | 315 HostCache* HostResolver::GetHostCache() { in GetHostCache() function in net::HostResolver
|
D | mock_host_resolver.h | 296 HostCache* GetHostCache() override;
|
D | mock_host_resolver.cc | 744 HostCache* MockHostResolverBase::GetHostCache() { in GetHostCache() function in net::MockHostResolverBase
|
/external/cronet/components/cronet/ |
D | stale_host_resolver_unittest.cc | 235 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()
|
D | stale_host_resolver.h | 104 net::HostCache* GetHostCache() override;
|
D | stale_host_resolver.cc | 367 net::HostCache* StaleHostResolver::GetHostCache() { in GetHostCache() function in cronet::StaleHostResolver 368 return inner_resolver_->GetHostCache(); in GetHostCache()
|
D | cronet_context.cc | 415 net::HostCache* host_cache = context->host_resolver()->GetHostCache(); in BuildDefaultURLRequestContext()
|
/external/cronet/components/cronet/android/test/ |
D | experimental_options_test.cc | 34 net::HostCache* cache = context->host_resolver()->GetHostCache(); in WriteToHostCacheOnNetworkThread()
|
/external/cronet/net/log/ |
D | net_log_util.cc | 335 HostCache* cache = host_resolver->GetHostCache(); in GetNetInfo()
|
/external/cronet/net/proxy_resolution/ |
D | pac_file_fetcher_impl_unittest.cc | 279 EXPECT_EQ(1u, context_->host_resolver()->GetHostCache()->size()); in TEST_F()
|
/external/cronet/net/quic/ |
D | quic_stream_factory_test.cc | 2869 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 …]
|