/external/chromium_org/chromeos/network/onc/ |
onc_utils.h | 79 // Replaces expandable fields in the networks of |network_configs|, which must 83 base::ListValue* network_configs); 93 // Decrypts |onc_blob| with |passphrase| if necessary. Clears |network_configs|, 103 base::ListValue* network_configs, 115 // from |network_configs|. |network_configs| must be a list of ONC 119 base::ListValue* network_configs);
|
onc_utils.cc | 230 base::ListValue* network_configs) { 231 for (base::ListValue::iterator it = network_configs->begin(); 232 it != network_configs->end(); ++it) { 352 base::ListValue* network_configs, 355 network_configs->Clear(); 434 network_configs->Swap(validated_networks); 625 base::ListValue* network_configs) { 627 for (base::ListValue::iterator it = network_configs->begin(); 628 it != network_configs->end(); ) { 638 it = network_configs->Erase(it, NULL) [all...] |
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.h | 37 // Replaces string placeholders in |network_configs|, which must be a list of 43 base::ListValue* network_configs); 46 const base::ListValue& network_configs,
|
onc_utils.cc | 181 base::ListValue* network_configs) { 188 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs); 192 const base::ListValue& network_configs, 196 scoped_ptr<base::ListValue> expanded_networks(network_configs.DeepCopy()); 306 const base::ListValue& network_configs, 308 for (base::ListValue::const_iterator it = network_configs.begin(); 309 it != network_configs.end(); ++it) { 324 const base::ListValue& network_configs) { 326 for (base::ListValue::const_iterator it = network_configs.begin(); 327 it != network_configs.end(); ++it) [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
network_configuration_updater.cc | 120 base::ListValue network_configs; local 126 &network_configs, 131 ApplyNetworkPolicy(&network_configs, &global_network_config);
|
configuration_policy_handler_chromeos.cc | 191 scoped_ptr<base::ListValue> network_configs(new base::ListValue); 197 network_configs.get(), 203 prefs->SetValue(pref_path_, network_configs.release());
|
network_configuration_updater_unittest.cc | 144 base::ListValue* network_configs = NULL; variable 146 onc::toplevel_config::kNetworkConfigurations, &network_configs); 147 AppendAll(*network_configs, &fake_network_configs_);
|
/external/chromium_org/chromeos/network/ |
managed_network_configuration_handler_unittest.cc | 232 base::ListValue* network_configs = &empty_network_configs; local 234 ::onc::toplevel_config::kNetworkConfigurations, &network_configs); 243 onc_source, userhash, *network_configs, *global_network_config);
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
net_internals_ui.cc | 1512 base::ListValue network_configs; local [all...] |