Home
last modified time | relevance | path

Searched refs:StartLoadOwnerKeyAttempt (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dmock_ownership_service.h23 MOCK_METHOD0(StartLoadOwnerKeyAttempt, void(void));
Downership_service_unittest.cc119 service_->StartLoadOwnerKeyAttempt(); in TEST_F()
142 service_->StartLoadOwnerKeyAttempt(); in TEST_F()
Downership_service.h68 virtual void StartLoadOwnerKeyAttempt();
Downership_service.cc99 void OwnershipService::StartLoadOwnerKeyAttempt() { in StartLoadOwnerKeyAttempt() function in chromeos::OwnershipService
Dgoogle_authenticator.cc66 OwnershipService::GetSharedInstance()->StartLoadOwnerKeyAttempt(); in GoogleAuthenticator()
Dparallel_authenticator.cc62 OwnershipService::GetSharedInstance()->StartLoadOwnerKeyAttempt(); in ParallelAuthenticator()