Searched defs:MockAuthenticator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/login/auth/
H A Dmock_authenticator.h22 class CHROMEOS_EXPORT MockAuthenticator : public Authenticator { class in namespace:chromeos
24 MockAuthenticator(AuthStatusConsumer* consumer,
48 virtual ~MockAuthenticator();
54 DISALLOW_COPY_AND_ASSIGN(MockAuthenticator);
H A Dmock_authenticator.cc13 MockAuthenticator::MockAuthenticator(AuthStatusConsumer* consumer, function in class:chromeos::MockAuthenticator
20 void MockAuthenticator::CompleteLogin(Profile* profile,
27 void MockAuthenticator::AuthenticateToLogin(Profile* profile,
31 FROM_HERE, base::Bind(&MockAuthenticator::OnAuthSuccess, this));
38 base::Bind(&MockAuthenticator::OnAuthFailure,
43 void MockAuthenticator::AuthenticateToUnlock(const UserContext& user_context) {
47 void MockAuthenticator::LoginAsSupervisedUser(const UserContext& user_context) {
53 void MockAuthenticator::LoginRetailMode() {
59 void MockAuthenticator
[all...]

Completed in 2654 milliseconds