GetProxyServer 215 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc if (!GetProxyServer(proxy_dict, default_scheme, GetProxyServer 370 chrome/browser/extensions/api/proxy/proxy_api_helpers.cc if (!proxy_config.GetProxyServer(&proxy_servers)) { GetProxyServer 95 chrome/browser/extensions/api/proxy/proxy_api_helpers.h bool GetProxyServer(const base::DictionaryValue* proxy_server, GetProxyServer 299 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc TEST(ExtensionProxyApiHelpers, GetProxyServer) { GetProxyServer 308 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc GetProxyServer(&proxy_server_dict, net::ProxyServer::SCHEME_HTTP, GetProxyServer 317 chrome/browser/extensions/api/proxy/proxy_api_helpers_unittest.cc GetProxyServer(&proxy_server_dict, net::ProxyServer::SCHEME_HTTP, GetProxyServer 59 chrome/browser/extensions/api/proxy/proxy_apitest.cc ASSERT_TRUE(dict.GetProxyServer(&value)); GetProxyServer 62 chrome/browser/extensions/api/proxy/proxy_apitest.cc EXPECT_FALSE(dict.GetProxyServer(&value)); GetProxyServer 321 chrome/browser/net/pref_proxy_config_tracker_impl.cc if (!proxy_dict.GetProxyServer(&proxy_server)) { GetProxyServer 52 chrome/browser/net/proxy_policy_handler_unittest.cc EXPECT_FALSE(dict.GetProxyServer(&s)); GetProxyServer 54 chrome/browser/net/proxy_policy_handler_unittest.cc ASSERT_TRUE(dict.GetProxyServer(&s)); GetProxyServer 123 chrome/browser/prefs/command_line_pref_store_unittest.cc ASSERT_TRUE(dict.GetProxyServer(&string_result)); GetProxyServer 36 chrome/browser/prefs/proxy_config_dictionary.h bool GetProxyServer(std::string* out) const; GetProxyServer 28 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); GetProxyServer 41 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); GetProxyServer 55 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); GetProxyServer 69 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_TRUE(dict.GetProxyServer(&h.proxy_server)); GetProxyServer 84 chrome/browser/prefs/proxy_config_dictionary_unittest.cc ASSERT_FALSE(dict.GetProxyServer(&h.proxy_server)); GetProxyServer 43 chrome/browser/prefs/proxy_policy_unittest.cc ASSERT_TRUE(dict.GetProxyServer(&actual)); GetProxyServer 46 chrome/browser/prefs/proxy_policy_unittest.cc EXPECT_FALSE(dict.GetProxyServer(&actual)); GetProxyServer 845 chrome/browser/ui/webui/options/preferences_browsertest.cc EXPECT_TRUE(proxy_dict->GetProxyServer(&actual_proxy_server));