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

  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.cc 48 if (!cryptohome_->InstallAttributesSet(kAttrEnterpriseOwned, "true") ||
49 !cryptohome_->InstallAttributesSet(kAttrEnterpriseUser, user)) {
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 138 virtual bool InstallAttributesSet(const std::string& name,
mock_cryptohome_library.h 86 MOCK_METHOD2(InstallAttributesSet, bool(const std::string&,
cryptohome_library.cc 176 bool InstallAttributesSet(const std::string& name, const std::string& value) {
392 bool InstallAttributesSet(const std::string& name, const std::string& value) {

Completed in 665 milliseconds