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

  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 101 if (cryptohome_->InstallAttributesGet(kAttrEnterpriseOwned,
103 cryptohome_->InstallAttributesGet(kAttrEnterpriseUser,
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 136 virtual bool InstallAttributesGet(const std::string& name,
mock_cryptohome_library.h 85 MOCK_METHOD2(InstallAttributesGet, bool(const std::string&, std::string*));
cryptohome_library.cc 165 bool InstallAttributesGet(const std::string& name, std::string* value) {
384 bool InstallAttributesGet(const std::string& name, std::string* value) {
  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.cc 83 if (cryptohome->InstallAttributesGet("enterprise.owned", &value) &&
85 if (cryptohome->InstallAttributesGet("enterprise.user", &value)) {

Completed in 304 milliseconds