Home | History | Annotate | Download | only in dns

Lines Matching refs:HostResolver

34 // HostResolver can handle multiple requests at a time, so when cancelling a
38 // HostResolver (which will automatically cancel the single request when it
40 class NET_EXPORT HostResolver {
43 // run in parallel. Pass HostResolver::kDefaultParallelism to choose a
46 // resolution. Pass HostResolver::kDefaultRetryAttempts to choose a default
128 virtual ~HostResolver();
188 // Creates a HostResolver implementation that queries the underlying system.
191 static scoped_ptr<HostResolver> CreateSystemResolver(
196 static scoped_ptr<HostResolver> CreateDefaultResolver(NetLog* net_log);
199 HostResolver();
202 DISALLOW_COPY_AND_ASSIGN(HostResolver);