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

  /external/chromium_org/chromeos/settings/
cros_settings_names.cc 143 const char kAttestationForContentProtectionEnabled[] =
cros_settings_names.h 84 CHROMEOS_EXPORT extern const char kAttestationForContentProtectionEnabled[];
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow_unittest.cc 203 cros_settings->GetProvider(kAttestationForContentProtectionEnabled);
206 cros_settings->SetBoolean(kAttestationForContentProtectionEnabled, true);
370 CrosSettings::Get()->SetBoolean(kAttestationForContentProtectionEnabled,
platform_verification_flow.cc 364 if (!CrosSettings::Get()->GetBoolean(kAttestationForContentProtectionEnabled,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc 54 kAttestationForContentProtectionEnabled,
388 } else if (prop == kAttestationForContentProtectionEnabled) {
771 kAttestationForContentProtectionEnabled,
774 new_values_cache->SetBoolean(kAttestationForContentProtectionEnabled, true);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
shared_options_browsertest.cc 68 { kAttestationForContentProtectionEnabled, true, true },
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc 746 key::kAttestationForContentProtectionEnabled,

Completed in 666 milliseconds