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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 81 const char EnterpriseInstallAttributes::kAttrEnterpriseMode[] =
162 kAttrEnterpriseMode,
258 !cryptohome_->InstallAttributesSet(kAttrEnterpriseMode, mode) ||
354 if (ReadMapKey(attr_map, kAttrEnterpriseMode, &mode))
enterprise_install_attributes.h 52 static const char kAttrEnterpriseMode[];
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 96 const char kAttrEnterpriseMode[] = "enterprise.mode";
243 EXPECT_CALL(*cryptohome_, InstallAttributesSet(kAttrEnterpriseMode,
263 EXPECT_CALL(*cryptohome_, InstallAttributesGet(kAttrEnterpriseMode, _))

Completed in 133 milliseconds