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

  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 240 std::vector<std::string>* properties_to_clear) {
241 // Move empty string properties to properties_to_clear.
246 properties_to_clear->push_back(iter.key());
249 for (std::vector<std::string>::iterator iter = properties_to_clear->begin();
250 iter != properties_to_clear->end(); ++iter) {
257 const std::vector<std::string>& properties_to_clear) {
264 properties_to_clear,
299 std::vector<std::string> properties_to_clear; local
300 SetPropertiesToClear(properties_to_set.get(), &properties_to_clear);
306 properties_to_clear),
    [all...]
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 536 std::vector<std::string> properties_to_clear; local
537 properties_to_clear.push_back(shill::kIdentityProperty);
538 properties_to_clear.push_back(shill::kPassphraseProperty);
541 properties_to_clear,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 1170 std::vector<std::string> properties_to_clear; local
1445 std::vector<std::string> properties_to_clear; local
    [all...]

Completed in 217 milliseconds