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

  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 456 ListValue* allowed_connection_types = new ListValue(); local
458 for (entry = container.allowed_connection_types().begin();
459 entry != container.allowed_connection_types().end();
463 allowed_connection_types->Append(value);
468 allowed_connection_types,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 666 const RepeatedField<int>& allowed_connection_types = local
667 au_settings_proto.allowed_connection_types();
669 for (RepeatedField<int>::const_iterator i(allowed_connection_types.begin());
670 i != allowed_connection_types.end(); ++i) {
    [all...]

Completed in 149 milliseconds