Searched refs:ProcTask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc63 // Default TTL for successful resolutions with ProcTask.
66 // Default TTL for unsuccessful resolutions with ProcTask.
561 class HostResolverImpl::ProcTask class in class:net::HostResolverImpl
562 : public base::RefCountedThreadSafe<HostResolverImpl::ProcTask> {
567 ProcTask(const Key& key, function in class:net::HostResolverImpl::ProcTask
593 // Cancels this ProcTask. It will be orphaned. Any outstanding resolve
595 // attempts complete will the final reference to this ProcTask be released.
622 friend class base::RefCountedThreadSafe<ProcTask>;
623 ~ProcTask() {}
632 base::Bind(&ProcTask
[all...]
H A Dhost_resolver_impl.h32 // HostResolverImpl::Job. When this job gets dispatched it creates a ProcTask
65 // Parameters for ProcTask which resolves hostnames using HostResolveProc.
151 class ProcTask;
244 // Parameters for ProcTask.
270 // True iff ProcTask has successfully resolved a hostname known to have IPv6
277 // Allow fallback to ProcTask if DnsTask fails.

Completed in 95 milliseconds