HomeSort by relevance Sort by last modified time
    Searched defs:HostCache (Results 1 - 4 of 4) 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,
53 HostCache::Entry* HostCache::Set(const Key& key
    [all...]
host_cache.h 22 class HostCache : public base::NonThreadSafe {
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);
  /external/chromium_org/net/dns/
host_cache.cc 17 HostCache::Entry::Entry(int error, const AddressList& addrlist,
25 HostCache::Entry::Entry(int error, const AddressList& addrlist)
31 HostCache::Entry::~Entry() {
36 HostCache::HostCache(size_t max_entries)
40 HostCache::~HostCache() {
43 const HostCache::Entry* HostCache::Lookup(const Key& key,
52 void HostCache::Set(const Key& key
    [all...]
host_cache.h 23 class NET_EXPORT HostCache : NON_EXPORTED_BASE(public base::NonThreadSafe) {
76 // Constructs a HostCache that stores up to |max_entries|.
77 explicit HostCache(size_t max_entries);
79 ~HostCache();
105 static scoped_ptr<HostCache> CreateDefaultCache();
110 // Returns true if this HostCache can contain no entries.
119 DISALLOW_COPY_AND_ASSIGN(HostCache);

Completed in 43 milliseconds