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 53 static const char 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) &&

Completed in 642 milliseconds