Lines Matching refs:ScreenLocker
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_;
666 explicit LockerInputEventObserver(ScreenLocker* screen_locker) in LockerInputEventObserver()
690 chromeos::ScreenLocker* screen_locker_;
699 ScreenLocker::ScreenLocker(const UserManager::User& user) in ScreenLocker() function in chromeos::ScreenLocker
719 void ScreenLocker::Init() { in Init()
806 void ScreenLocker::OnLoginFailure(const LoginFailure& error) { in OnLoginFailure()
835 void ScreenLocker::OnLoginSuccess( in OnLoginSuccess()
863 void ScreenLocker::BubbleClosing(Bubble* bubble, bool closed_by_escape) { in BubbleClosing()
872 void ScreenLocker::OnCaptchaEntered(const std::string& captcha) { in OnCaptchaEntered()
895 void ScreenLocker::Authenticate(const string16& password) { in Authenticate()
920 void ScreenLocker::ClearErrors() { in ClearErrors()
927 void ScreenLocker::EnableInput() { in EnableInput()
935 void ScreenLocker::Signout() { in Signout()
948 void ScreenLocker::ShowCaptchaAndErrorMessage(const GURL& captcha_url, in ShowCaptchaAndErrorMessage()
969 void ScreenLocker::ShowErrorMessage(const std::wstring& message, in ShowErrorMessage()
982 void ScreenLocker::OnGrabInputs() { in OnGrabInputs()
989 views::View* ScreenLocker::GetViewByID(int id) { in GetViewByID()
994 void ScreenLocker::Show() { in Show()
1009 ScreenLocker* locker = in Show()
1010 new ScreenLocker(UserManager::Get()->logged_in_user()); in Show()
1023 void ScreenLocker::Hide() { in Hide()
1031 void ScreenLocker::UnlockScreenFailed() { in UnlockScreenFailed()
1049 void ScreenLocker::InitClass() { in InitClass()
1056 ScreenLocker::~ScreenLocker() { in ~ScreenLocker()
1079 Source<ScreenLocker>(this), in ~ScreenLocker()
1085 void ScreenLocker::SetAuthenticator(Authenticator* authenticator) { in SetAuthenticator()
1089 void ScreenLocker::ScreenLockReady() { in ScreenLockReady()
1110 Source<ScreenLocker>(this), in ScreenLockReady()
1116 void ScreenLocker::OnClientEvent(GtkWidget* widge, GdkEventClient* event) { in OnClientEvent()
1124 void ScreenLocker::OnWindowManagerReady() { in OnWindowManagerReady()
1131 void ScreenLocker::ShowErrorBubble(const std::wstring& message, in ShowErrorBubble()
1157 void ScreenLocker::StopScreenSaver() { in StopScreenSaver()
1169 void ScreenLocker::StartScreenSaver() { in StartScreenSaver()
1183 bool ScreenLocker::AcceleratorPressed(const views::Accelerator& accelerator) { in AcceleratorPressed()