Searched refs:onc_proxy_settings (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/net/
H A Donc_utils_unittest.cc34 base::DictionaryValue* onc_proxy_settings; local
35 test_case->GetDictionary("ONC_ProxySettings", &onc_proxy_settings);
41 ConvertOncProxySettingsToProxyConfig(*onc_proxy_settings);
H A Donc_utils.h30 // Translates |onc_proxy_settings|, which has to be a valid ONC ProxySettings
37 const base::DictionaryValue& onc_proxy_settings);
H A Donc_utils.cc104 const base::DictionaryValue& onc_proxy_settings) {
106 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kType, &type);
115 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kPAC,
124 onc_proxy_settings.GetDictionaryWithoutPathExpansion(::onc::proxy::kManual,
136 if (onc_proxy_settings.GetListWithoutPathExpansion(
103 ConvertOncProxySettingsToProxyConfig( const base::DictionaryValue& onc_proxy_settings) argument

Completed in 808 milliseconds