Lines Matching refs:OwnerManager
21 OwnerManager::OwnerManager() in OwnerManager() function in chromeos::OwnerManager
27 OwnerManager::~OwnerManager() {} in ~OwnerManager()
29 void OwnerManager::UpdateOwnerKey(const BrowserThread::ID thread_id, in UpdateOwnerKey()
38 NewRunnableMethod(this, &OwnerManager::CallKeyUpdateDelegate, d)); in UpdateOwnerKey()
41 void OwnerManager::LoadOwnerKey() { in LoadOwnerKey()
59 &OwnerManager::SendNotification, in LoadOwnerKey()
64 bool OwnerManager::EnsurePublicKey() { in EnsurePublicKey()
71 bool OwnerManager::EnsurePrivateKey() { in EnsurePrivateKey()
81 void OwnerManager::Sign(const BrowserThread::ID thread_id, in Sign()
92 &OwnerManager::CallDelegate, in Sign()
108 &OwnerManager::CallDelegate, in Sign()
113 void OwnerManager::Verify(const BrowserThread::ID thread_id, in Verify()
124 &OwnerManager::CallDelegate, in Verify()
138 &OwnerManager::CallDelegate, in Verify()
143 void OwnerManager::SendNotification(NotificationType type, in SendNotification()