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

  /external/chromium/net/base/
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...]
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...]
mapped_host_resolver.h 54 virtual HostResolverImpl* GetAsHostResolverImpl();
host_resolver_proc.h 19 // to control the underlying resolutions in HostResolverImpl. HostResolverProcs
52 friend class HostResolverImpl;
68 // Sets the default host resolver procedure that is used by HostResolverImpl.
mapped_host_resolver.cc 46 HostResolverImpl* MappedHostResolver::GetAsHostResolverImpl() {
host_resolver.h 23 class HostResolverImpl;
182 // Returns |this| cast to a HostResolverImpl*, or NULL if the subclass
183 // is not compatible with HostResolverImpl. Used primarily to expose
185 virtual HostResolverImpl* GetAsHostResolverImpl();
mock_host_resolver.h 54 void SetPoolConstraints(HostResolverImpl::JobPoolIndex pool_index,
74 scoped_ptr<HostResolverImpl> impl_;
host_resolver.cc 30 HostResolverImpl* HostResolver::GetAsHostResolverImpl() {
host_resolver_impl_unittest.cc 41 HostResolverImpl* CreateHostResolverImpl(HostResolverProc* resolver_proc) {
42 return new HostResolverImpl(resolver_proc, CreateDefaultCache(), kMaxJobs,
346 new HostResolverImpl(resolver_proc,
795 new HostResolverImpl(resolver_proc, NULL, kMaxJobs, NULL));
    [all...]
mock_host_resolver.cc 88 impl_.reset(new HostResolverImpl(proc, cache, 50u, NULL));
179 // Literals are always resolved to themselves by HostResolverImpl,
  /external/chromium/chrome/browser/net/
connection_tester.cc 112 net::HostResolverImpl* impl =
113 new net::HostResolverImpl(NULL, NULL, kMaxJobs, NULL);
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 78 net::HostResolverImpl* host_resolver_impl =
    [all...]
  /external/chromium/chrome/browser/
io_thread.cc 149 net::HostResolverImpl* host_resolver_impl =

Completed in 739 milliseconds