/external/chromium/net/proxy/ |
D | proxy_resolver_v8_unittest.cc | 132 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 …]
|
D | multi_threaded_proxy_resolver_unittest.cc | 39 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 …]
|
D | sync_host_resolver_bridge_unittest.cc | 85 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::__anond3b83cbb0111::SyncProxyResolver 179 proxy_resolver_->GetProxyForURL(GURL("http://test/"), &results_, in Init()
|
D | proxy_resolver_perftest.cc | 121 int result = resolver_->GetProxyForURL( in RunTest() 137 int result = resolver_->GetProxyForURL(GURL(query.query_url), in RunTest()
|
D | proxy_resolver_mac.h | 23 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver_winhttp.h | 24 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver.h | 42 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver_v8.h | 46 virtual int GetProxyForURL(const GURL& url,
|
D | multi_threaded_proxy_resolver.h | 93 virtual int GetProxyForURL(const GURL& url,
|
D | proxy_resolver_winhttp.cc | 39 int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverWinHttp
|
D | mock_proxy_resolver.h | 73 virtual int GetProxyForURL(const GURL& url,
|
D | mock_proxy_resolver.cc | 59 int MockAsyncProxyResolverBase::GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::MockAsyncProxyResolverBase
|
D | multi_threaded_proxy_resolver.cc | 258 int rv = resolver->GetProxyForURL( in Run() 397 int MultiThreadedProxyResolver::GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::MultiThreadedProxyResolver
|
D | proxy_service.cc | 107 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()
|
D | proxy_resolver_mac.cc | 64 int ProxyResolverMac::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverMac
|
D | init_proxy_resolver_unittest.cc | 122 virtual int GetProxyForURL(const GURL& /*url*/, in GetProxyForURL() function in net::__anon347bcc2a0111::RuleBasedProxyResolver
|
D | proxy_resolver_v8.cc | 688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url, in GetProxyForURL() function in net::ProxyResolverV8
|
/external/chromium/net/http/ |
D | http_network_transaction_unittest.cc | 6835 virtual int GetProxyForURL(const GURL& url, in GetProxyForURL() function in net::CapturingProxyResolver
|