HomeSort by relevance Sort by last modified time
    Searched defs:HostCache (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
host_cache.cc 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,
52 HostCache::Entry* HostCache::Set(const Key& key
    [all...]
host_cache.h 20 class HostCache {
60 // Constructs a HostCache that caches successful host resolves for
63 HostCache(size_t max_entries,
67 ~HostCache();
87 // Returns true if this HostCache can contain no entries.
136 DISALLOW_COPY_AND_ASSIGN(HostCache);

Completed in 152 milliseconds