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

  /external/chromium/net/base/
dnsrr_resolver.h 59 // DnsRRResolver resolves arbitary DNS resource record types. It should not be
65 // DnsRRResolver should only be used when the data is specifically DNS data and
68 // A DnsRRResolver must be used from the MessageLoop which created it.
69 class DnsRRResolver : public base::NonThreadSafe,
84 DnsRRResolver();
85 ~DnsRRResolver();
131 DISALLOW_COPY_AND_ASSIGN(DnsRRResolver);
dnsrr_resolver.cc 29 // DnsRRResolver RRResolverJob RRResolverWorker ... Handle
65 // DnsRRResolver Handle
149 DnsRRResolver* dnsrr_resolver)
167 // Cancel is called from the origin loop when the DnsRRResolver is getting
379 // We assume that the origin loop outlives the DnsRRResolver. If the
380 // DnsRRResolver is deleted, it will call Cancel on us. If it does so
383 // while the DnsRRResolver (and therefore the MessageLoop) is still alive.
406 DnsRRResolver* const dnsrr_resolver_;
647 // lives only on the DnsRRResolver's origin message loop.
688 DnsRRResolver::DnsRRResolver(
    [all...]

Completed in 165 milliseconds