Searched refs:GetProxiesForUrl (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | proxy_resolver.h | 49 virtual bool GetProxiesForUrl(const std::string& url, 62 bool GetProxiesForUrl(const std::string& url,
|
D | mock_proxy_resolver.h | 30 MOCK_METHOD3(GetProxiesForUrl,
|
D | proxy_resolver.cc | 42 bool DirectProxyResolver::GetProxiesForUrl(const string& url, in GetProxiesForUrl() function in chromeos_update_engine::DirectProxyResolver
|
D | chrome_browser_proxy_resolver.h | 46 bool GetProxiesForUrl(const std::string& url,
|
D | chrome_browser_proxy_resolver_unittest.cc | 154 EXPECT_TRUE(resolver_.GetProxiesForUrl(kUrl, get_proxies_response, nullptr)); in RunTest()
|
D | chrome_browser_proxy_resolver.cc | 73 bool ChromeBrowserProxyResolver::GetProxiesForUrl(const string& url, in GetProxiesForUrl() function in chromeos_update_engine::ChromeBrowserProxyResolver
|
/system/update_engine/common/ |
D | http_fetcher.cc | 62 return proxy_resolver_->GetProxiesForUrl(url, in ResolveProxiesForUrl()
|
D | http_fetcher_unittest.cc | 583 EXPECT_CALL(mock_resolver, GetProxiesForUrl("http://fake_url", _, _)) in TYPED_TEST()
|