Home | History | Annotate | Download | only in base

Lines Matching refs:HostCache

14 HostCache::Entry::Entry(int error,
20 HostCache::Entry::~Entry() {
25 HostCache::HostCache(size_t max_entries,
33 HostCache::~HostCache() {
36 const HostCache::Entry* HostCache::Lookup(const Key& key,
53 HostCache::Entry* HostCache::Set(const Key& key,
84 void HostCache::clear() {
89 size_t HostCache::size() const {
94 size_t HostCache::max_entries() const {
99 base::TimeDelta HostCache::success_entry_ttl() const {
104 base::TimeDelta HostCache::failure_entry_ttl() const {
110 const HostCache::EntryMap& HostCache::entries() const {
116 bool HostCache::CanUseEntry(const Entry* entry, const base::TimeTicks now) {
120 void HostCache::Compact(base::TimeTicks now, const Entry* pinned_entry) {