Home | History | Annotate | Download | only in login

Lines Matching refs:LoginPerformer

27 // At this point LoginPerformer |delegate_| is destroyed and it releases
46 // If |delegate_| is NULL that does mean that LoginPerformer instance
54 class LoginPerformer : public LoginStatusConsumer,
59 // Delegate class to get notifications from the LoginPerformer.
66 explicit LoginPerformer(Delegate* delegate);
67 virtual ~LoginPerformer();
72 static LoginPerformer* default_performer() {
150 static LoginPerformer* default_performer_;
182 // True if LoginPerformer has requested screen lock. Used to distinguish
186 // True if LoginPerformer instance is waiting for the initial (very first one)
193 ScopedRunnableMethodFactory<LoginPerformer> method_factory_;
195 DISALLOW_COPY_AND_ASSIGN(LoginPerformer);