Searched defs:HostResolverImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dhost_resolver_impl.h23 // HostResolverImpl::Job. This job gets dispatched to a thread in the global
32 // +----------- HostResolverImpl -------------+
41 // When a HostResolverImpl::Job finishes its work in the threadpool, the
47 // The HostResolverImpl enforces |max_jobs_| as the maximum number of concurrent
52 class HostResolverImpl : public HostResolver, class in namespace:net
79 // |net_log| must remain valid for the life of the HostResolverImpl.
80 HostResolverImpl(HostResolverProc* resolver_proc,
88 virtual ~HostResolverImpl();
126 virtual HostResolverImpl* GetAsHostResolverImpl();
280 DISALLOW_COPY_AND_ASSIGN(HostResolverImpl);
[all...]
H A Dhost_resolver_impl.cc86 HostResolverImpl* resolver =
87 new HostResolverImpl(resolver_proc, CreateDefaultCache(),
180 // Parameters associated with the creation of a HostResolverImpl::Job.
249 class HostResolverImpl::Request {
346 class HostResolverImpl::Job
347 : public base::RefCountedThreadSafe<HostResolverImpl::Job> {
350 HostResolverImpl* resolver,
421 // We will call HostResolverImpl::CancelRequest(Request*) on each one
425 HostResolverImpl::Request* req = *it;
467 friend class base::RefCountedThreadSafe<HostResolverImpl
903 HostResolverImpl::HostResolverImpl( function in class:net::HostResolverImpl
[all...]

Completed in 2206 milliseconds