Home
last modified time | relevance | path

Searched refs:StartUpdateOwnerKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Downership_service.h60 virtual void StartUpdateOwnerKey(const std::vector<uint8>& new_key,
Downership_service.cc105 void OwnershipService::StartUpdateOwnerKey(const std::vector<uint8>& new_key, in StartUpdateOwnerKey() function in chromeos::OwnershipService
Downership_service_unittest.cc127 service_->StartUpdateOwnerKey(std::vector<uint8>(), &delegate); in TEST_F()
/external/chromium/chrome/browser/policy/
Ddevice_policy_cache.cc62 chromeos::OwnershipService::GetSharedInstance()->StartUpdateOwnerKey( in OnStorePolicyCompleted()