HomeSort by relevance Sort by last modified time
    Searched full:onc_proxy_settings (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils_unittest.cc 34 base::DictionaryValue* onc_proxy_settings; local
35 test_case->GetDictionary("ONC_ProxySettings", &onc_proxy_settings);
41 ConvertOncProxySettingsToProxyConfig(*onc_proxy_settings);
onc_utils.h 28 // Translates |onc_proxy_settings|, which has to be a valid ONC ProxySettings
35 const base::DictionaryValue& onc_proxy_settings);
onc_utils.cc 106 const base::DictionaryValue& onc_proxy_settings) {
108 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kType, &type);
117 onc_proxy_settings.GetStringWithoutPathExpansion(::onc::proxy::kPAC,
126 onc_proxy_settings.GetDictionaryWithoutPathExpansion(::onc::proxy::kManual,
138 if (onc_proxy_settings.GetListWithoutPathExpansion(

Completed in 743 milliseconds