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/
enterprise_install_attributes.h 49 static const char kAttrEnterpriseOwned[];
device_policy_cros_browser_test.cc 41 attribute->set_name(EnterpriseInstallAttributes::kAttrEnterpriseOwned);
enterprise_install_attributes.cc 85 const char EnterpriseInstallAttributes::kAttrEnterpriseOwned[] =
164 kAttrEnterpriseOwned,
261 if (!cryptohome_util::InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
340 if (ReadMapKey(attr_map, kAttrEnterpriseOwned, &enterprise_owned) &&
enterprise_install_attributes_unittest.cc 213 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true"));
231 EnterpriseInstallAttributes::kAttrEnterpriseOwned, "true");

Completed in 37 milliseconds