OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/dns/
host_resolver_impl.h
32
// 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.
host_resolver_impl.cc
63
// Default TTL for successful resolutions with
ProcTask
.
66
// Default TTL for unsuccessful resolutions with
ProcTask
.
561
class HostResolverImpl::
ProcTask
562
: public base::RefCountedThreadSafe<HostResolverImpl::
ProcTask
> {
567
ProcTask
(const Key& key,
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
::DoLookup, this, start_time, attempt_number_)
[
all
...]
Completed in 3867 milliseconds