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

  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.h 39 // Replaces string placeholders in |network_configs|, which must be a list of
45 base::ListValue* network_configs);
48 const base::ListValue& network_configs,
onc_utils.cc 180 base::ListValue* network_configs) {
187 chromeos::onc::ExpandStringsInNetworks(substitution, network_configs);
191 const base::ListValue& network_configs,
195 scoped_ptr<base::ListValue> expanded_networks(network_configs.DeepCopy());
307 const base::ListValue& network_configs,
309 for (base::ListValue::const_iterator it = network_configs.begin();
310 it != network_configs.end(); ++it) {
325 const base::ListValue& network_configs) {
327 for (base::ListValue::const_iterator it = network_configs.begin();
328 it != network_configs.end(); ++it)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 85 base::ListValue network_configs; local
91 &network_configs,
96 ApplyNetworkPolicy(&network_configs, &global_network_config);
configuration_policy_handler_chromeos.cc 244 scoped_ptr<base::ListValue> network_configs(new base::ListValue);
250 network_configs.get(),
256 prefs->SetValue(pref_path_, network_configs.release());
network_configuration_updater_unittest.cc 216 base::ListValue* network_configs = NULL; variable
218 onc::toplevel_config::kNetworkConfigurations, &network_configs);
219 AppendAll(*network_configs, &fake_network_configs_);
  /external/chromium_org/chromeos/network/onc/
onc_utils.h 80 // Replaces expandable fields in the networks of |network_configs|, which must
84 base::ListValue* network_configs);
94 // Decrypts |onc_blob| with |passphrase| if necessary. Clears |network_configs|,
104 base::ListValue* network_configs,
116 // from |network_configs|. |network_configs| must be a list of ONC
120 base::ListValue* network_configs);
onc_utils.cc 232 base::ListValue* network_configs) {
233 for (base::ListValue::iterator it = network_configs->begin();
234 it != network_configs->end(); ++it) {
354 base::ListValue* network_configs,
357 network_configs->Clear();
436 network_configs->Swap(validated_networks);
629 base::ListValue* network_configs) {
631 for (base::ListValue::iterator it = network_configs->begin();
632 it != network_configs->end(); ) {
642 it = network_configs->Erase(it, NULL)
    [all...]
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 261 base::ListValue* network_configs = NULL; local
262 ASSERT_TRUE(network_configs_value->GetAsList(&network_configs));
268 *network_configs,
273 *network_configs,
managed_network_configuration_handler_unittest.cc 268 base::ListValue* network_configs = &empty_network_configs; local
270 ::onc::toplevel_config::kNetworkConfigurations, &network_configs);
279 onc_source, userhash, *network_configs, *global_network_config);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 1428 base::ListValue network_configs; local
    [all...]

Completed in 527 milliseconds