Lines Matching defs:resolver
119 // This resolver function creates an IPv4 address, whose numeral value
164 ResolveRequest(HostResolver* resolver,
169 resolver_(resolver),
174 int err = resolver->Resolve(info_, &addrlist_, &callback_, &req_,
179 ResolveRequest(HostResolver* resolver,
182 : info_(info), resolver_(resolver), delegate_(delegate),
186 int err = resolver->Resolve(info, &addrlist_, &callback_, &req_,
211 HostResolver* resolver() const {
589 // reached Resolver(). Also, the capturing resolver_proc is initially
645 resolve->resolver(), "finalrequest", 70, this));
676 // reached Resolver(). Also, the capturing resolver_proc is initially
709 // |host_resolver| is the resolver that the the resolve requests were started
718 // Deletes the host resolver.
733 // reached Resolver(). Also, the capturing resolver_proc is initially
772 resolve->resolver(), "a", 70, this));
788 // reached Resolver(). Also, the capturing resolver_proc is initially
793 // Turn off caching for this host resolver.
823 HostResolver* resolver = resolve->resolver();
837 int error = resolver->Resolve(info, &addrlist, junk_callback, NULL,
845 final_request_.reset(new ResolveRequest(resolver, info, this));
1025 // Create a host resolver and attach an observer.
1283 // Unblock the resolver thread so the requests can run.
1371 // Unblock the resolver thread so the requests can run.
1381 // Verify that they called out the the resolver proc (which runs on the
1382 // resolver thread) in the expected order.
1442 // Unblock the resolver thread so the requests can run.
1458 // Verify that they called out the the resolver proc (which runs on the
1459 // resolver thread) in the expected order.
1504 // Unblock the resolver thread so the requests can run.
1572 // Unblock the resolver thread so the requests can run.
1617 // Unblock the resolver thread so the requests can run.
1637 // We should have sent 2 requests to the resolver --