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

  /external/chromium/net/proxy/
proxy_resolver_mac.h 23 virtual int GetProxyForURL(const GURL& url,
proxy_resolver_winhttp.h 24 virtual int GetProxyForURL(const GURL& url,
proxy_resolver.h 42 virtual int GetProxyForURL(const GURL& url,
proxy_resolver_v8.h 46 virtual int 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_unittest.cc 132 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
153 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
173 result = resolver.GetProxyForURL(GURL("http://query.com/path"),
181 int result = resolver.GetProxyForURL(GURL("ftp://query.com:90/path"),
221 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
242 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
255 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
279 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
293 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL,
308 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL
    [all...]
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_,
mock_proxy_resolver.h 73 virtual int GetProxyForURL(const GURL& url,
multi_threaded_proxy_resolver.h 93 virtual int GetProxyForURL(const GURL& url,
122 // Returns an idle worker thread which is ready to receive GetProxyForURL()
proxy_resolver_perftest.cc 121 int result = resolver_->GetProxyForURL(
137 int result = resolver_->GetProxyForURL(GURL(query.query_url),
mock_proxy_resolver.cc 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url,
proxy_resolver_winhttp.cc 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
proxy_resolver_mac.cc 64 int ProxyResolverMac::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...]
multi_threaded_proxy_resolver.cc 78 // GetProxyForURL task).
258 int rv = resolver->GetProxyForURL(
397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url,
init_proxy_resolver_unittest.cc 122 virtual int GetProxyForURL(const GURL& /*url*/,
proxy_resolver_v8.cc 688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url,
  /external/chromium/net/http/
http_network_transaction_unittest.cc     [all...]

Completed in 114 milliseconds