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

/external/chromium_org/net/dns/
H A Dmdns_cache.cc25 MDnsCache::Key::Key(unsigned type, const std::string& name,
30 MDnsCache::Key::Key(
31 const MDnsCache::Key& other)
36 MDnsCache::Key& MDnsCache::Key::operator=(
37 const MDnsCache::Key& other) {
44 MDnsCache::Key::~Key() {
47 bool MDnsCache::Key::operator<(const MDnsCache::Key& key) const {
59 bool MDnsCache
71 MDnsCache::MDnsCache() { function in class:net::MDnsCache
[all...]
H A Dmdns_cache.h26 class NET_EXPORT_PRIVATE MDnsCache { class in namespace:net
61 MDnsCache();
62 ~MDnsCache();
114 DISALLOW_COPY_AND_ASSIGN(MDnsCache);

Completed in 62 milliseconds