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

  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 35 // Initialize default LoginPerformer.
37 LoginPerformer* LoginPerformer::default_performer_ = NULL;
39 LoginPerformer::LoginPerformer(Delegate* delegate)
47 << "LoginPerformer should have only one instance.";
51 LoginPerformer::~LoginPerformer() {
52 DVLOG(1) << "Deleting LoginPerformer";
58 // LoginPerformer, LoginStatusConsumer implementation
    [all...]
login_performer.h 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
    [all...]

Completed in 30 milliseconds