Searched defs:HostCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dhost_cache.cc14 HostCache::Entry::Entry(int error,
20 HostCache::Entry::~Entry() {
25 HostCache::HostCache(size_t max_entries, function in class:net::HostCache
33 HostCache::~HostCache() {
36 const HostCache::Entry* HostCache::Lookup(const Key& key,
53 HostCache::Entry* HostCache
[all...]
H A Dhost_cache.h22 class HostCache : public base::NonThreadSafe { class in namespace:net
75 // Constructs a HostCache that caches successful host resolves for
78 HostCache(size_t max_entries,
82 ~HostCache();
124 // Returns true if this HostCache can contain no entries.
140 DISALLOW_COPY_AND_ASSIGN(HostCache);

Completed in 3600 milliseconds