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

  /external/chromium_org/chrome/browser/chromeos/policy/
enterprise_install_attributes.cc 79 const char EnterpriseInstallAttributes::kAttrEnterpriseDomain[] =
161 kAttrEnterpriseDomain,
257 !cryptohome_->InstallAttributesSet(kAttrEnterpriseDomain, domain) ||
346 if (ReadMapKey(attr_map, kAttrEnterpriseDomain, &registration_domain_))
enterprise_install_attributes.h 51 static const char kAttrEnterpriseDomain[];
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 95 const char kAttrEnterpriseDomain[] = "enterprise.domain";
240 EXPECT_CALL(*cryptohome_, InstallAttributesSet(kAttrEnterpriseDomain,
260 EXPECT_CALL(*cryptohome_, InstallAttributesGet(kAttrEnterpriseDomain, _))

Completed in 942 milliseconds