Searched refs:GetProxiesForUrl (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/common/ |
D | proxy_resolver_unittest.cc | 58 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()
|
D | proxy_resolver.h | 56 virtual ProxyRequestId GetProxiesForUrl( 72 ProxyRequestId GetProxiesForUrl(const std::string& url,
|
D | mock_proxy_resolver.h | 30 MOCK_METHOD2(GetProxiesForUrl,
|
D | proxy_resolver.cc | 43 ProxyRequestId DirectProxyResolver::GetProxiesForUrl( in GetProxiesForUrl() function in chromeos_update_engine::DirectProxyResolver
|
D | http_fetcher.cc | 60 proxy_request_ = proxy_resolver_->GetProxiesForUrl( in ResolveProxiesForUrl()
|
D | http_fetcher_unittest.cc | 647 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/ |
D | chrome_browser_proxy_resolver.h | 37 ProxyRequestId GetProxiesForUrl(const std::string& url,
|
D | chrome_browser_proxy_resolver.cc | 35 ProxyRequestId ChromeBrowserProxyResolver::GetProxiesForUrl( in GetProxiesForUrl() function in chromeos_update_engine::ChromeBrowserProxyResolver
|