Home
last modified time | relevance | path

Searched refs:AuthenticateToUnlock (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dauthenticator.h47 virtual bool AuthenticateToUnlock(const std::string& username,
Dparallel_authenticator.h118 bool AuthenticateToUnlock(const std::string& username,
Dmock_authenticator.h55 virtual bool AuthenticateToUnlock(const std::string& username, in AuthenticateToUnlock() function
Dgoogle_authenticator.h65 bool AuthenticateToUnlock(const std::string& username,
Dparallel_authenticator_unittest.cc700 auth_->AuthenticateToUnlock(username_, ""); in TEST_F()
722 auth_->AuthenticateToUnlock(username_, ""); in TEST_F()
Dgoogle_authenticator.cc144 bool GoogleAuthenticator::AuthenticateToUnlock(const std::string& username, in AuthenticateToUnlock() function in chromeos::GoogleAuthenticator
Dparallel_authenticator.cc98 bool ParallelAuthenticator::AuthenticateToUnlock(const std::string& username, in AuthenticateToUnlock() function in chromeos::ParallelAuthenticator
Dscreen_locker.cc914 &Authenticator::AuthenticateToUnlock, in Authenticate()