Searched defs:InitProxyResolver (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_service.cc327 // ProxyService::InitProxyResolver --------------------------------------------
334 // InitProxyResolver is a single-use class which encapsulates cancellation as
339 class ProxyService::InitProxyResolver { class in class:net::ProxyService
341 InitProxyResolver() function in class:net::ProxyService::InitProxyResolver
347 ~InitProxyResolver() {
469 base::Bind(&InitProxyResolver::OnIOCompletion, base::Unretained(this)));
489 base::Bind(&InitProxyResolver::OnIOCompletion, base::Unretained(this)));
518 DISALLOW_COPY_AND_ASSIGN(InitProxyResolver);
1511 init_proxy_resolver_.reset(new InitProxyResolver());
1538 init_proxy_resolver_.reset(new InitProxyResolver());
[all...]

Completed in 127 milliseconds