Home
last modified time | relevance | path

Searched refs:screen_locker_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker_tester.cc30 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 …]
Dscreen_lock_view.cc94 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()
Dscreen_locker.cc288 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::GrabWidget
459 screen_locker_->OnGrabInputs(); in TryGrabAllInputs()
562 ScreenLocker* ScreenLocker::screen_locker_ = NULL; member in chromeos::ScreenLocker
631 : screen_locker_(screen_locker), in InputEventObserver()
643 screen_locker_->OnLoginSuccess(not_used_string, in WillProcessEvent()
654 chromeos::ScreenLocker* screen_locker_; member in chromeos::InputEventObserver
667 : screen_locker_(screen_locker), in LockerInputEventObserver()
[all …]
Dscreen_locker.h65 return screen_locker_; in default_screen_locker()
239 static ScreenLocker* screen_locker_; variable
Dscreen_lock_view.h79 ScreenLocker* screen_locker_; variable