HomeSort by relevance Sort by last modified time
    Searched defs:GetProxyForURL (Results 1 - 10 of 10) sorted by null

  /external/chromium/net/proxy/
proxy_resolver_winhttp.cc 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
proxy_resolver_mac.cc 64 int ProxyResolverMac::GetProxyForURL(const GURL& query_url,
mock_proxy_resolver.cc 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url,
init_proxy_resolver_unittest.cc 122 virtual int GetProxyForURL(const GURL& /*url*/,
sync_host_resolver_bridge_unittest.cc 79 // on |host_resolver| in response to GetProxyForURL().
85 virtual int GetProxyForURL(const GURL& url,
179 proxy_resolver_->GetProxyForURL(GURL("http://test/"), &results_,
multi_threaded_proxy_resolver.cc 78 // GetProxyForURL task).
258 int rv = resolver->GetProxyForURL(
397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url,
multi_threaded_proxy_resolver_unittest.cc 39 virtual int GetProxyForURL(const GURL& query_url,
111 // GetProxyForURL().
138 virtual int GetProxyForURL(const GURL& query_url,
148 return MockProxyResolver::GetProxyForURL(
165 virtual int GetProxyForURL(const GURL& query_url,
170 return impl_->GetProxyForURL(
260 rv = resolver.GetProxyForURL(
283 rv = resolver.GetProxyForURL(
289 rv = resolver.GetProxyForURL(
295 rv = resolver.GetProxyForURL(
    [all...]
proxy_resolver_v8.cc 688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url,
proxy_service.cc 107 virtual int GetProxyForURL(const GURL& url,
138 virtual int GetProxyForURL(const GURL& url,
286 return resolver()->GetProxyForURL(
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 362 milliseconds