Home | History | Annotate | Download | only in proxy

Lines Matching refs:resolver

26   explicit PurgeMemoryTask(ProxyResolver* resolver) : resolver_(resolver) {}
45 // The constructor takes ownership of |resolver|.
48 ProxyResolver* resolver,
58 // and resolver.
66 ProxyResolver* resolver() { return resolver_.get(); }
81 // The synchronous resolver implementation.
192 ProxyResolver* resolver = executor()->resolver();
193 int rv = resolver->SetPacScript(script_data_, NULL);
257 ProxyResolver* resolver = executor()->resolver();
258 int rv = resolver->GetProxyForURL(
297 ProxyResolver* resolver,
301 resolver_(resolver) {
303 DCHECK(resolver);
335 // Give the resolver an opportunity to shutdown from THIS THREAD before
336 // joining on the resolver thread. This allows certain implementations
356 // were using it on the resolver thread have completed.
405 << "Resolver is un-initialized. Must call SetPacScript() first!";
551 ProxyResolver* resolver = resolver_factory_->CreateProxyResolver();
553 this, resolver, thread_number);