HomeSort by relevance Sort by last modified time
    Searched defs:LoginPerformer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 48 LoginPerformer::LoginPerformer(Delegate* delegate)
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 ownership. LP now manages it's lifetime on its own
    [all...]
login_performer.h 32 // At this point LoginPerformer |delegate_| is destroyed and it releases
37 class LoginPerformer : public AuthStatusConsumer,
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 192 milliseconds