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

  /external/chromium_org/chrome/browser/chromeos/login/
authenticator.h 45 virtual void AuthenticateToUnlock(
mock_authenticator.h 35 virtual void AuthenticateToUnlock(const UserContext& user_context) OVERRIDE;
mock_authenticator.cc 37 void MockAuthenticator::AuthenticateToUnlock(
parallel_authenticator.h 110 virtual void AuthenticateToUnlock(
screen_locker.cc 286 base::Bind(&Authenticator::AuthenticateToUnlock,
parallel_authenticator.cc 271 void ParallelAuthenticator::AuthenticateToUnlock(
parallel_authenticator_unittest.cc 638 auth_->AuthenticateToUnlock(UserContext(username_,
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 47 virtual bool AuthenticateToUnlock(const std::string& username,
parallel_authenticator.h 118 bool AuthenticateToUnlock(const std::string& username,
google_authenticator.h 65 bool AuthenticateToUnlock(const std::string& username,
mock_authenticator.h 55 virtual bool AuthenticateToUnlock(const std::string& username,
parallel_authenticator_unittest.cc 700 auth_->AuthenticateToUnlock(username_, "");
722 auth_->AuthenticateToUnlock(username_, "");
google_authenticator.cc 144 bool GoogleAuthenticator::AuthenticateToUnlock(const std::string& username,
parallel_authenticator.cc 98 bool ParallelAuthenticator::AuthenticateToUnlock(const std::string& username,
screen_locker.cc     [all...]

Completed in 1188 milliseconds