HomeSort by relevance Sort by last modified time
    Searched refs:shill_properties (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 209 base::DictionaryValue shill_properties; local
210 ShowConnectErrorNotification(error_name, service_path, shill_properties);
225 const base::DictionaryValue& shill_properties) {
227 shill_properties.GetStringWithoutPathExpansion(shill::kStateProperty, &state);
234 ShowConnectErrorNotification(error_name, service_path, shill_properties);
242 base::DictionaryValue shill_properties; local
243 ShowConnectErrorNotification(error_name, service_path, shill_properties);
249 const base::DictionaryValue& shill_properties) {
253 shill_properties.GetStringWithoutPathExpansion(shill::kErrorProperty,
256 shill_properties.GetStringWithoutPathExpansion
    [all...]
network_state_notifier.h 58 const base::DictionaryValue& shill_properties);
67 const base::DictionaryValue& shill_properties);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 69 const base::DictionaryValue& shill_properties);
87 const base::DictionaryValue& shill_properties);
117 const base::DictionaryValue& shill_properties);
123 const base::DictionaryValue& shill_properties);
internet_options_handler.cc 346 const base::DictionaryValue& shill_properties,
368 if (shill_properties.GetStringWithoutPathExpansion(address_key, &address)) {
374 if (shill_properties.GetIntegerWithoutPathExpansion(
384 if (shill_properties.GetStringWithoutPathExpansion(gateway_key, &gateway)) {
393 if (shill_properties.GetStringWithoutPathExpansion(
495 const base::DictionaryValue& shill_properties,
500 if (!shill_properties.GetDictionaryWithoutPathExpansion(
571 const base::DictionaryValue& shill_properties,
579 shill_properties, shill::kWifiBSsid, kTagBssid, dictionary);
580 CopyIntegerFromDictionary(shill_properties,
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_impl.h 95 const base::DictionaryValue& shill_properties) OVERRIDE;
129 scoped_ptr<base::DictionaryValue> shill_properties);
136 scoped_ptr<base::DictionaryValue> shill_properties);
156 const base::DictionaryValue& shill_properties);
managed_network_configuration_handler_impl.cc 139 scoped_ptr<base::DictionaryValue> shill_properties) {
141 shill_properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
149 shill_property_util::GetUIDataFromProperties(*shill_properties);
170 *shill_properties,
230 scoped_ptr<base::DictionaryValue> shill_properties) {
232 onc::TranslateShillServiceToONCPart(*shill_properties,
464 const base::DictionaryValue& shill_properties) {
466 shill_properties,
477 base::DictionaryValue shill_properties; local
488 shill_properties.SetStringWithoutPathExpansion(shill::kProfileProperty
    [all...]
policy_applicator.h 30 // Write the new configuration with the properties |shill_properties| to
35 const base::DictionaryValue& shill_properties) = 0;
network_cert_migrator.cc 123 void GetNssAndPemProperties(const base::DictionaryValue& shill_properties,
144 const base::DictionaryValue* dict = &shill_properties;
146 shill_properties.GetDictionaryWithoutPathExpansion(
client_cert_resolver.cc 449 base::DictionaryValue shill_properties; local
455 &shill_properties);
458 shill_properties,

Completed in 155 milliseconds