Searched refs:ScreenLocker (Results 1 – 10 of 10) sorted by relevance
23 test::ScreenLockerTester* ScreenLocker::GetTester() { in GetTester()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()[all …]
65 tester(chromeos::ScreenLocker::GetTester()); in Wait()119 ScreenLocker::Show(); in TestNoPassword()120 scoped_ptr<test::ScreenLockerTester> tester(ScreenLocker::GetTester()); in TestNoPassword()122 if (!chromeos::ScreenLocker::GetTester()->IsLocked()) in TestNoPassword()134 ScreenLocker::Hide(); in TestNoPassword()142 ScreenLocker::Show(); in LockScreenWithUser()191 ScreenLocker::Show(); in IN_PROC_BROWSER_TEST_F()192 scoped_ptr<test::ScreenLockerTester> tester(ScreenLocker::GetTester()); in IN_PROC_BROWSER_TEST_F()194 if (!chromeos::ScreenLocker::GetTester()->IsLocked()) in IN_PROC_BROWSER_TEST_F()217 ScreenLocker::Hide(); in IN_PROC_BROWSER_TEST_F()[all …]
97 chromeos::ScreenLocker::Show(); in LockScreen()102 chromeos::ScreenLocker::Hide(); in UnlockScreen()106 chromeos::ScreenLocker::UnlockScreenFailed(); in UnlockScreenFailed()246 public chromeos::ScreenLocker::ScreenLockViewContainer {286 explicit GrabWidget(chromeos::ScreenLocker* screen_locker) in GrabWidget()387 chromeos::ScreenLocker* screen_locker_;515 public chromeos::ScreenLocker::ScreenLockViewContainer {562 ScreenLocker* ScreenLocker::screen_locker_ = NULL;630 explicit InputEventObserver(ScreenLocker* screen_locker) in InputEventObserver()654 chromeos::ScreenLocker* screen_locker_;[all …]
47 class ScreenLocker : public LoginStatusConsumer,61 explicit ScreenLocker(const UserManager::User& user);64 static ScreenLocker* default_screen_locker() { in default_screen_locker()138 friend class DeleteTask<ScreenLocker>;142 virtual ~ScreenLocker();168 CHROMEGTK_CALLBACK_1(ScreenLocker, void, OnClientEvent, GdkEventClient*);239 static ScreenLocker* screen_locker_;246 DISALLOW_COPY_AND_ASSIGN(ScreenLocker);
86 if (ScreenLocker::default_screen_locker() && !initial_online_auth_pending_) { in OnLoginFailure()157 if (ScreenLocker::default_screen_locker() && in OnProfileCreated()243 if (!ScreenLocker::default_screen_locker()) { in Login()257 if (ScreenLocker::default_screen_locker() || in Login()319 if (ScreenLocker::default_screen_locker()) { in RequestScreenLock()331 if (ScreenLocker::default_screen_locker()) { in RequestScreenUnlock()396 ScreenLocker::default_screen_locker()->Signout(); in ResolveLockLoginFailure()400 DCHECK(ScreenLocker::default_screen_locker()) in ResolveLockNetworkAuthFailure()437 ScreenLocker::default_screen_locker()->ShowCaptchaAndErrorMessage( in ResolveLockNetworkAuthFailure()447 ScreenLocker::default_screen_locker()->ShowErrorMessage(UTF16ToWide(msg), in ResolveLockNetworkAuthFailure()
22 class ScreenLocker; variable36 explicit ScreenLockView(ScreenLocker* screen_locker);79 ScreenLocker* screen_locker_;
21 class ScreenLocker; variable54 friend class chromeos::ScreenLocker;
91 ScreenLockView::ScreenLockView(ScreenLocker* screen_locker) in ScreenLockView()
138 const chromeos::ScreenLocker* screen_locker = in GetLoginInfo()139 chromeos::ScreenLocker::default_screen_locker(); in GetLoginInfo()206 chromeos::ScreenLocker* screen_locker = in SignoutInScreenLocker()207 chromeos::ScreenLocker::default_screen_locker(); in SignoutInScreenLocker()
1476 chromeos::ScreenLocker::InitClass(); in BrowserMain()