Home
last modified time | relevance | path

Searched refs:failure_entry_ttl (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/base/
Dhost_cache.cc27 base::TimeDelta failure_entry_ttl) in HostCache() argument
30 failure_entry_ttl_(failure_entry_ttl) { in HostCache()
104 base::TimeDelta HostCache::failure_entry_ttl() const { in failure_entry_ttl() function in net::HostCache
Dhost_cache.h80 base::TimeDelta failure_entry_ttl);
108 base::TimeDelta failure_entry_ttl() const;
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc970 static_cast<int>(cache->failure_entry_ttl().InMilliseconds())); in OnGetHostResolverInfo()