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 239 void SetPropertiesToClear(base::DictionaryValue* properties_to_set,
242 for (base::DictionaryValue::Iterator iter(*properties_to_set);
248 // Remove cleared properties from properties_to_set.
251 properties_to_set->RemoveWithoutPathExpansion(*iter, NULL);
298 scoped_ptr<base::DictionaryValue> properties_to_set) {
300 SetPropertiesToClear(properties_to_set.get(), &properties_to_clear);
303 *properties_to_set,
456 scoped_ptr<base::DictionaryValue> properties_to_set(properties.DeepCopy());
467 service_path, base::Passed(&properties_to_set)),
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 511 base::DictionaryValue properties_to_set; local
512 properties_to_set.SetStringWithoutPathExpansion(
514 properties_to_set.SetStringWithoutPathExpansion(
518 properties_to_set,
563 base::DictionaryValue properties_to_set; local
564 properties_to_set.SetStringWithoutPathExpansion(
568 properties_to_set,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1446 base::DictionaryValue properties_to_set; local
    [all...]

Completed in 120 milliseconds