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

  /external/chromium_org/net/dns/
host_resolver_impl.h 32 // HostResolverImpl::Job. When this job gets dispatched it creates a ProcTask
41 // +----------- HostResolverImpl -------------+
49 // When a HostResolverImpl::Job finishes, the callbacks of each waiting request
55 // The HostResolverImpl enforces limits on the maximum number of concurrent
59 class NET_EXPORT HostResolverImpl
111 // |net_log| must remain valid for the life of the HostResolverImpl.
112 HostResolverImpl(scoped_ptr<HostCache> cache,
120 virtual ~HostResolverImpl();
252 base::WeakPtrFactory<HostResolverImpl> weak_ptr_factory_;
254 base::WeakPtrFactory<HostResolverImpl> probe_weak_ptr_factory_
    [all...]
host_resolver_impl.cc 350 // Creates NetLog parameters for the creation of a HostResolverImpl::Job.
405 const HostResolverImpl::RequestInfo& info) {
463 class HostResolverImpl::Request {
561 class HostResolverImpl::ProcTask
562 : public base::RefCountedThreadSafe<HostResolverImpl::ProcTask> {
928 class HostResolverImpl::LoopbackProbeJob {
930 explicit LoopbackProbeJob(const base::WeakPtr<HostResolverImpl>& resolver)
    [all...]
host_resolver.cc 129 return scoped_ptr<HostResolver>(new HostResolverImpl(
132 HostResolverImpl::ProcTaskParams(NULL, options.max_retry_attempts),
host_resolver_proc.h 19 // to control the underlying resolutions in HostResolverImpl. HostResolverProcs
53 friend class HostResolverImpl;
69 // Sets the default host resolver procedure that is used by HostResolverImpl.
host_resolver_impl_unittest.cc 42 HostResolverImpl::ProcTaskParams DefaultParams(
44 return HostResolverImpl::ProcTaskParams(resolver_proc, kMaxRetryAttempts);
439 resolver_.reset(new HostResolverImpl(HostCache::CreateDefaultCache(),
445 // This HostResolverImpl will only allow 1 outstanding resolve at a time and
448 HostResolverImpl::ProcTaskParams params = DefaultParams(proc_.get());
451 resolver_.reset(new HostResolverImpl(
518 scoped_ptr<HostResolverImpl> resolver_;
753 // HostResolverImpl will be deleted before later Requests can complete.
788 resolver_.reset(new HostResolverImpl(scoped_ptr<HostCache>(),
907 // of jobs in HostResolverImpl is not stable
    [all...]
  /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_org/net/tools/gdig/
gdig.cc 423 scoped_ptr<HostResolverImpl> resolver(
424 new HostResolverImpl(
427 HostResolverImpl::ProcTaskParams(NULL, 1),
  /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 3712 milliseconds