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

  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 174 void SetPropertiesToClear(base::DictionaryValue* properties_to_set,
177 for (base::DictionaryValue::Iterator iter(*properties_to_set);
183 // Remove cleared properties from properties_to_set.
186 properties_to_set->RemoveWithoutPathExpansion(*iter, NULL);
233 scoped_ptr<base::DictionaryValue> properties_to_set) {
235 SetPropertiesToClear(properties_to_set.get(), &properties_to_clear);
238 *properties_to_set,
299 scoped_ptr<base::DictionaryValue> properties_to_set(properties.DeepCopy());
310 service_path, base::Passed(&properties_to_set)),
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 500 base::DictionaryValue properties_to_set; local
501 properties_to_set.SetStringWithoutPathExpansion(
503 properties_to_set.SetStringWithoutPathExpansion(
507 properties_to_set,
552 base::DictionaryValue properties_to_set; local
553 properties_to_set.SetStringWithoutPathExpansion(
557 properties_to_set,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1441 base::DictionaryValue properties_to_set; local
    [all...]

Completed in 722 milliseconds