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

  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 278 std::vector<std::string>* properties_to_clear) {
279 // Move empty string properties to properties_to_clear.
284 properties_to_clear->push_back(iter.key());
287 for (std::vector<std::string>::iterator iter = properties_to_clear->begin();
288 iter != properties_to_clear->end(); ++iter) {
295 const std::vector<std::string>& properties_to_clear) {
302 properties_to_clear,
312 std::vector<std::string> properties_to_clear; local
313 SetPropertiesToClear(properties_to_set.get(), &properties_to_clear);
319 properties_to_clear),
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 539 std::vector<std::string> properties_to_clear; local
540 properties_to_clear.push_back(shill::kIdentityProperty);
541 properties_to_clear.push_back(shill::kPassphraseProperty);
544 properties_to_clear,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1127 std::vector<std::string> properties_to_clear; local
1402 std::vector<std::string> properties_to_clear; local
    [all...]

Completed in 175 milliseconds