HomeSort by relevance Sort by last modified time
    Searched refs:GetProxiesForUrl (Results 1 - 9 of 9) sorted by null

  /system/update_engine/
mock_proxy_resolver.h 30 MOCK_METHOD2(GetProxiesForUrl,
proxy_resolver.h 32 // Callback for a call to GetProxiesForUrl().
56 virtual ProxyRequestId GetProxiesForUrl(
59 // Cancel the proxy resolution request initiated by GetProxiesForUrl(). The
60 // |request| value must be the one provided by GetProxiesForUrl().
72 ProxyRequestId GetProxiesForUrl(const std::string& url,
proxy_resolver_unittest.cc 59 resolver_.GetProxiesForUrl("http://foo", callback));
73 ProxyRequestId request = resolver_.GetProxiesForUrl("http://foo", callback);
85 resolver_.GetProxiesForUrl("http://foo", callback);
86 resolver_.GetProxiesForUrl("http://bar", callback);
proxy_resolver.cc 43 ProxyRequestId DirectProxyResolver::GetProxiesForUrl(
chrome_browser_proxy_resolver_unittest.cc 153 resolver_.GetProxiesForUrl(kUrl, get_proxies_response));
220 resolver_.GetProxiesForUrl("http://urlA", callback));
221 ProxyRequestId req_b = resolver_.GetProxiesForUrl("http://urlB", callback);
223 ProxyRequestId req_c = resolver_.GetProxiesForUrl("http://urlC", callback);
225 resolver_.GetProxiesForUrl("http://urlC", callback));
chrome_browser_proxy_resolver.h 44 ProxyRequestId GetProxiesForUrl(const std::string& url,
chrome_browser_proxy_resolver.cc 68 ProxyRequestId ChromeBrowserProxyResolver::GetProxiesForUrl(
  /system/update_engine/common/
http_fetcher.cc 59 proxy_request_ = proxy_resolver_->GetProxiesForUrl(
http_fetcher_unittest.cc 627 EXPECT_CALL(mock_resolver, GetProxiesForUrl("http://fake_url", _))
719 EXPECT_CALL(mock_resolver, GetProxiesForUrl(_, _)).WillOnce(Return(123));
    [all...]

Completed in 128 milliseconds