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

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.cc48 LoginPerformer::LoginPerformer(Delegate* delegate) function in class:chromeos::LoginPerformer
58 LoginPerformer::~LoginPerformer() {
59 DVLOG(1) << "Deleting LoginPerformer";
67 // LoginPerformer, AuthStatusConsumer implementation:
69 void LoginPerformer::OnAuthFailure(const AuthFailure& failure) {
89 void LoginPerformer::OnRetailModeAuthSuccess(const UserContext& user_context) {
95 void LoginPerformer::OnAuthSuccess(const UserContext& user_context) {
100 // LoginPerformer ownershi
[all...]
H A Dlogin_performer.h32 // At this point LoginPerformer |delegate_| is destroyed and it releases
37 class LoginPerformer : public AuthStatusConsumer, class in namespace:chromeos
47 // Delegate class to get notifications from the LoginPerformer.
56 explicit LoginPerformer(Delegate* delegate);
57 virtual ~LoginPerformer();
104 // If user enters incorrect old password, same LoginPerformer instance will
161 base::WeakPtrFactory<LoginPerformer> weak_factory_;
163 DISALLOW_COPY_AND_ASSIGN(LoginPerformer);

Completed in 194 milliseconds