Home
last modified time | relevance | path

Searched refs:CanUseEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/base/
Dhost_cache.cc47 if (CanUseEntry(entry, now)) in Lookup()
116 bool HostCache::CanUseEntry(const Entry* entry, const base::TimeTicks now) { in CanUseEntry() function in net::HostCache
124 if (entry != pinned_entry && !CanUseEntry(entry, now)) { in Compact()
Dhost_cache.h118 static bool CanUseEntry(const Entry* entry, const base::TimeTicks now);