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

  /external/chromium/net/base/
host_resolver_impl.h 23 // 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,
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...]
host_resolver_impl.cc 86 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::Job>
    [all...]

Completed in 338 milliseconds