Searched defs:properties_to_clear (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_connect.cc240 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),
239 SetPropertiesToClear(base::DictionaryValue* properties_to_set, std::vector<std::string>* properties_to_clear) argument
255 ClearPropertiesAndConnect( const std::string& service_path, const std::vector<std::string>& properties_to_clear) argument
[all...]
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler_unittest.cc536 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/
H A Dinternet_options_handler.cc1170 std::vector<std::string> properties_to_clear; local
1171 properties_to_clear.push_back(shill::kCellularApnProperty);
1173 service_path, properties_to_clear,
1445 std::vector<std::string> properties_to_clear; local
1451 shill_properties, &properties_to_clear);
1454 shill_properties, &properties_to_clear);
1457 shill_properties, &properties_to_clear);
1478 shill_properties, &properties_to_clear);
1487 if (!properties_to_clear.empty()) {
1489 service_path, properties_to_clear,
[all...]

Completed in 4269 milliseconds