Home | History | Annotate | Download | only in base

Lines Matching defs:HostResolverImpl

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);