Home
last modified time | relevance | path

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

/system/update_engine/common/
Dproxy_resolver_unittest.cc58 resolver_.GetProxiesForUrl("http://foo", callback)); in TEST_F()
72 ProxyRequestId request = resolver_.GetProxiesForUrl("http://foo", callback); in TEST_F()
84 resolver_.GetProxiesForUrl("http://foo", callback); in TEST_F()
85 resolver_.GetProxiesForUrl("http://bar", callback); in TEST_F()
Dproxy_resolver.h56 virtual ProxyRequestId GetProxiesForUrl(
72 ProxyRequestId GetProxiesForUrl(const std::string& url,
Dmock_proxy_resolver.h30 MOCK_METHOD2(GetProxiesForUrl,
Dproxy_resolver.cc43 ProxyRequestId DirectProxyResolver::GetProxiesForUrl( in GetProxiesForUrl() function in chromeos_update_engine::DirectProxyResolver
Dhttp_fetcher.cc60 proxy_request_ = proxy_resolver_->GetProxiesForUrl( in ResolveProxiesForUrl()
Dhttp_fetcher_unittest.cc647 EXPECT_CALL(mock_resolver, GetProxiesForUrl("http://fake_url", _)) in TYPED_TEST()
738 EXPECT_CALL(mock_resolver, GetProxiesForUrl(_, _)).WillOnce(Return(123)); in TYPED_TEST()
/system/update_engine/
Dchrome_browser_proxy_resolver.h37 ProxyRequestId GetProxiesForUrl(const std::string& url,
Dchrome_browser_proxy_resolver.cc35 ProxyRequestId ChromeBrowserProxyResolver::GetProxiesForUrl( in GetProxiesForUrl() function in chromeos_update_engine::ChromeBrowserProxyResolver