HomeSort by relevance Sort by last modified time
    Searched defs:kAttrEnterpriseOwned (Results 1 - 3 of 3) 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[];
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) &&

Completed in 586 milliseconds