OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProxyServer
(Results
1 - 11
of
11
) sorted by null
/external/chromium/chrome/browser/prefs/
proxy_config_dictionary_unittest.cc
27
ASSERT_FALSE(dict.
GetProxyServer
(&h.proxy_server));
40
ASSERT_FALSE(dict.
GetProxyServer
(&h.proxy_server));
54
ASSERT_FALSE(dict.
GetProxyServer
(&h.proxy_server));
68
ASSERT_TRUE(dict.
GetProxyServer
(&h.proxy_server));
82
ASSERT_FALSE(dict.
GetProxyServer
(&h.proxy_server));
proxy_config_dictionary.h
34
bool
GetProxyServer
(std::string* out) const;
proxy_config_dictionary.cc
44
bool ProxyConfigDictionary::
GetProxyServer
(std::string* out) const {