OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HostResolverImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/dns/
host_resolver_impl.h
30
//
HostResolverImpl
::Job. When this job gets dispatched it creates a ProcTask
39
// +-----------
HostResolverImpl
-------------+
47
// When a
HostResolverImpl
::Job finishes, the callbacks of each waiting request
53
// The
HostResolverImpl
enforces limits on the maximum number of concurrent
57
class NET_EXPORT
HostResolverImpl
108
// |net_log| must remain valid for the life of the
HostResolverImpl
.
109
HostResolverImpl
(const Options& options, NetLog* net_log);
114
virtual ~
HostResolverImpl
();
236
//
HostResolverImpl
::Job could occupy multiple PrioritizedDispatcher job
290
base::WeakPtrFactory<
HostResolverImpl
> weak_ptr_factory_
[
all
...]
host_resolver_impl.cc
345
// Creates NetLog parameters for the creation of a
HostResolverImpl
::Job.
400
const
HostResolverImpl
::RequestInfo& info) {
455
const unsigned
HostResolverImpl
::kMaximumDnsFailures = 16;
460
class
HostResolverImpl
::Request {
562
class
HostResolverImpl
::ProcTask
563
: public base::RefCountedThreadSafe<
HostResolverImpl
::ProcTask> {
929
class
HostResolverImpl
::LoopbackProbeJob {
931
explicit LoopbackProbeJob(const base::WeakPtr<
HostResolverImpl
>& resolver)
[
all
...]
Completed in 339 milliseconds