Lines Matching refs:Entry
14 HostCache::Entry::Entry(int error, in Entry() function in net::HostCache::Entry
20 HostCache::Entry::~Entry() { in ~Entry()
36 const HostCache::Entry* HostCache::Lookup(const Key& key, in Lookup()
46 Entry* entry = it->second.get(); in Lookup()
53 HostCache::Entry* HostCache::Set(const Key& key, in Set()
64 scoped_refptr<Entry>& entry = entries_[key]; in Set()
67 Entry* ptr = new Entry(error, addrlist, expiration); in Set()
116 bool HostCache::CanUseEntry(const Entry* entry, const base::TimeTicks now) { in CanUseEntry()
120 void HostCache::Compact(base::TimeTicks now, const Entry* pinned_entry) { in Compact()
123 Entry* entry = (it->second).get(); in Compact()
140 Entry* entry = (it->second).get(); in Compact()