OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAttestationForContentProtectionEnabled
(Results
1 - 6
of
6
) 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
158
cros_settings->GetProvider(
kAttestationForContentProtectionEnabled
);
161
cros_settings->SetBoolean(
kAttestationForContentProtectionEnabled
, true);
390
CrosSettings::Get()->SetBoolean(
kAttestationForContentProtectionEnabled
,
platform_verification_flow.cc
367
if (!CrosSettings::Get()->GetBoolean(
kAttestationForContentProtectionEnabled
,
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider.cc
62
kAttestationForContentProtectionEnabled
,
402
} else if (prop ==
kAttestationForContentProtectionEnabled
) {
774
kAttestationForContentProtectionEnabled
,
777
new_values_cache->SetBoolean(
kAttestationForContentProtectionEnabled
, true);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/policy/
device_policy_decoder_chromeos.cc
672
key::
kAttestationForContentProtectionEnabled
,
Completed in 58 milliseconds