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

  /external/chromium_org/net/dns/
mdns_cache.cc 25 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::Key::operator==(const MDnsCache::Key& key) const
    [all...]
mdns_cache.h 26 class NET_EXPORT_PRIVATE MDnsCache {
62 MDnsCache();
63 ~MDnsCache();
115 DISALLOW_COPY_AND_ASSIGN(MDnsCache);

Completed in 185 milliseconds