Home
last modified time | relevance | path

Searched refs:GetProxiesForUrl (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/
Dproxy_resolver.h49 virtual bool GetProxiesForUrl(const std::string& url,
62 bool GetProxiesForUrl(const std::string& url,
Dmock_proxy_resolver.h30 MOCK_METHOD3(GetProxiesForUrl,
Dproxy_resolver.cc42 bool DirectProxyResolver::GetProxiesForUrl(const string& url, in GetProxiesForUrl() function in chromeos_update_engine::DirectProxyResolver
Dchrome_browser_proxy_resolver.h46 bool GetProxiesForUrl(const std::string& url,
Dchrome_browser_proxy_resolver_unittest.cc154 EXPECT_TRUE(resolver_.GetProxiesForUrl(kUrl, get_proxies_response, nullptr)); in RunTest()
Dchrome_browser_proxy_resolver.cc73 bool ChromeBrowserProxyResolver::GetProxiesForUrl(const string& url, in GetProxiesForUrl() function in chromeos_update_engine::ChromeBrowserProxyResolver
/system/update_engine/common/
Dhttp_fetcher.cc62 return proxy_resolver_->GetProxiesForUrl(url, in ResolveProxiesForUrl()
Dhttp_fetcher_unittest.cc583 EXPECT_CALL(mock_resolver, GetProxiesForUrl("http://fake_url", _, _)) in TYPED_TEST()