Searched refs:screen_locker_ (Results 1 – 5 of 5) sorted by relevance
30 return ScreenLocker::screen_locker_ && in IsLocked()31 ScreenLocker::screen_locker_->locked_; in IsLocked()36 DCHECK(ScreenLocker::screen_locker_); in InjectMockAuthenticator()37 ScreenLocker::screen_locker_->SetAuthenticator( in InjectMockAuthenticator()38 new MockAuthenticator(ScreenLocker::screen_locker_, user, password)); in InjectMockAuthenticator()42 DCHECK(ScreenLocker::screen_locker_); in SetPassword()48 DCHECK(ScreenLocker::screen_locker_); in GetPassword()59 ScreenLocker::screen_locker_->screen_lock_view_->HandleKeyEvent( in EnterPassword()65 DCHECK(ScreenLocker::screen_locker_); in EmulateWindowManagerReady()66 ScreenLocker::screen_locker_->OnWindowManagerReady(); in EmulateWindowManagerReady()[all …]
94 screen_locker_(screen_locker), in ScreenLockView()97 DCHECK(screen_locker_); in ScreenLockView()144 UserManager::User user = screen_locker_->user(); in Init()219 screen_locker_->Signout(); in OnSignout()225 screen_locker_->ClearErrors(); in ContentsChanged()231 screen_locker_->ClearErrors(); in HandleKeyEvent()233 screen_locker_->Authenticate(password_field_->text()); in HandleKeyEvent()247 if (screen_locker_->user().email() != user->email()) in Observe()
288 screen_locker_(screen_locker), in GrabWidget()300 screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK); in Show()301 shutdown_ = screen_locker_->GetViewByID(VIEW_ID_SCREEN_LOCKER_SHUTDOWN); in Show()387 chromeos::ScreenLocker* screen_locker_; member in __anone57ff2f10111::GrabWidget459 screen_locker_->OnGrabInputs(); in TryGrabAllInputs()562 ScreenLocker* ScreenLocker::screen_locker_ = NULL; member in chromeos::ScreenLocker631 : screen_locker_(screen_locker), in InputEventObserver()643 screen_locker_->OnLoginSuccess(not_used_string, in WillProcessEvent()654 chromeos::ScreenLocker* screen_locker_; member in chromeos::InputEventObserver667 : screen_locker_(screen_locker), in LockerInputEventObserver()[all …]
65 return screen_locker_; in default_screen_locker()239 static ScreenLocker* screen_locker_; variable
79 ScreenLocker* screen_locker_; variable