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

  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 10 static const char kAttrEnterpriseOwned[] = "enterprise.owned";
48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
101 if (cryptohome_->InstallAttributesGet(kAttrEnterpriseOwned,
  /external/chromium_org/chrome/browser/chromeos/policy/
device_policy_cros_browser_test.cc 35 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseOwned);
enterprise_install_attributes.cc 83 const char EnterpriseInstallAttributes::kAttrEnterpriseOwned[] =
163 kAttrEnterpriseOwned,
255 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
332 if (ReadMapKey(attr_map, kAttrEnterpriseOwned, &enterprise_owned) &&
enterprise_install_attributes.h 53 static const char kAttrEnterpriseOwned[];
enterprise_install_attributes_unittest.cc 194 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true"));
212 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true");

Completed in 399 milliseconds