OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProxiesForUrl
(Results
1 - 8
of
8
) sorted by null
/system/update_engine/
mock_proxy_resolver.h
30
MOCK_METHOD3(
GetProxiesForUrl
,
proxy_resolver.h
32
// Callback for a call to
GetProxiesForUrl
().
49
virtual bool
GetProxiesForUrl
(const std::string& url,
62
bool
GetProxiesForUrl
(const std::string& url,
proxy_resolver.cc
42
bool DirectProxyResolver::
GetProxiesForUrl
(const string& url,
chrome_browser_proxy_resolver.h
46
bool
GetProxiesForUrl
(const std::string& url,
chrome_browser_proxy_resolver.cc
73
bool ChromeBrowserProxyResolver::
GetProxiesForUrl
(const string& url,
chrome_browser_proxy_resolver_unittest.cc
154
EXPECT_TRUE(resolver_.
GetProxiesForUrl
(kUrl, get_proxies_response, nullptr));
/system/update_engine/common/
http_fetcher.cc
62
return proxy_resolver_->
GetProxiesForUrl
(url,
http_fetcher_unittest.cc
630
EXPECT_CALL(mock_resolver,
GetProxiesForUrl
("http://fake_url", _, _))
[
all
...]
Completed in 584 milliseconds