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

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

Completed in 84 milliseconds