Searched refs:screen_locker_ (Results 1 – 5 of 5) sorted by relevance
181 DCHECK(ScreenLocker::screen_locker_); in webui_screen_locker()183 ScreenLocker::screen_locker_->delegate_.get()); in webui_screen_locker()200 return ScreenLocker::screen_locker_ && in IsLocked()201 ScreenLocker::screen_locker_->locked_; in IsLocked()206 DCHECK(ScreenLocker::screen_locker_); in InjectMockAuthenticator()207 ScreenLocker::screen_locker_->SetAuthenticator( in InjectMockAuthenticator()208 new MockAuthenticator(ScreenLocker::screen_locker_, user_context)); in InjectMockAuthenticator()209 ScreenLocker::screen_locker_->extended_authenticator_ = in InjectMockAuthenticator()210 new FakeExtendedAuthenticator(ScreenLocker::screen_locker_, user_context); in InjectMockAuthenticator()
129 ScreenLocker* ScreenLocker::screen_locker_ = NULL; member in chromeos::ScreenLocker141 DCHECK(!screen_locker_); in ScreenLocker()142 screen_locker_ = this; in ScreenLocker()410 if (!screen_locker_) { in Show()416 VLOG(1) << "ScreenLocker " << screen_locker_ << " already exists; " in Show()438 DCHECK(screen_locker_); in Hide()447 if (screen_locker_ == NULL) in ScheduleDeletion()449 VLOG(1) << "Deleting ScreenLocker " << screen_locker_; in ScheduleDeletion()453 delete screen_locker_; in ScheduleDeletion()454 screen_locker_ = NULL; in ScheduleDeletion()[all …]
11 : screen_locker_(screen_locker) { in ScreenLockerDelegate()18 screen_locker_->ScreenLockReady(); in ScreenLockReady()
76 ScreenLocker* screen_locker() { return screen_locker_; } in screen_locker()80 ScreenLocker* screen_locker_;
55 return screen_locker_; in default_screen_locker()169 static ScreenLocker* screen_locker_; variable