Home
last modified time | relevance | path

Searched refs:GetProxyForURL (Results 1 – 18 of 18) sorted by relevance

/external/chromium/net/proxy/
Dproxy_resolver_v8_unittest.cc132 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
153 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
173 result = resolver.GetProxyForURL(GURL("http://query.com/path"), in TEST()
181 int result = resolver.GetProxyForURL(GURL("ftp://query.com:90/path"), in TEST()
221 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
242 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
255 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
279 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
293 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
308 result = resolver.GetProxyForURL(kQueryUrl, &proxy_info, NULL, NULL, in TEST()
[all …]
Dmulti_threaded_proxy_resolver_unittest.cc39 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon19a1eda10111::MockProxyResolver
138 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon19a1eda10111::BlockableProxyResolver
148 return MockProxyResolver::GetProxyForURL( in GetProxyForURL()
165 virtual int GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::__anon19a1eda10111::ForwardingProxyResolver
170 return impl_->GetProxyForURL( in GetProxyForURL()
260 rv = resolver.GetProxyForURL( in TEST()
283 rv = resolver.GetProxyForURL( in TEST()
289 rv = resolver.GetProxyForURL( in TEST()
295 rv = resolver.GetProxyForURL( in TEST()
353 rv = resolver.GetProxyForURL( in TEST()
[all …]
Dsync_host_resolver_bridge_unittest.cc85 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::__anond3b83cbb0111::SyncProxyResolver
179 proxy_resolver_->GetProxyForURL(GURL("http://test/"), &results_, in Init()
Dproxy_resolver_perftest.cc121 int result = resolver_->GetProxyForURL( in RunTest()
137 int result = resolver_->GetProxyForURL(GURL(query.query_url), in RunTest()
Dproxy_resolver_mac.h23 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver_winhttp.h24 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver.h42 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver_v8.h46 virtual int GetProxyForURL(const GURL& url,
Dmulti_threaded_proxy_resolver.h93 virtual int GetProxyForURL(const GURL& url,
Dproxy_resolver_winhttp.cc39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverWinHttp
Dmock_proxy_resolver.h73 virtual int GetProxyForURL(const GURL& url,
Dmock_proxy_resolver.cc59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::MockAsyncProxyResolverBase
Dmulti_threaded_proxy_resolver.cc258 int rv = resolver->GetProxyForURL( in Run()
397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::MultiThreadedProxyResolver
Dproxy_service.cc107 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::__anonf76fb1370111::ProxyResolverNull
138 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::__anonf76fb1370111::ProxyResolverFromPacString
286 return resolver()->GetProxyForURL( in Start()
Dproxy_resolver_mac.cc64 int ProxyResolverMac::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverMac
Dinit_proxy_resolver_unittest.cc122 virtual int GetProxyForURL(const GURL& /*url*/, in GetProxyForURL() function in net::__anon347bcc2a0111::RuleBasedProxyResolver
Dproxy_resolver_v8.cc688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverV8
/external/chromium/net/http/
Dhttp_network_transaction_unittest.cc6835 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::CapturingProxyResolver