Searched refs:screen_lock_callback_ (Results 1 – 2 of 2) sorted by relevance
47 screen_lock_callback_ = chromeos::DBusThreadManager::Get()-> in SuspendImminent()67 if (!screen_lock_callback_.is_null()) { in ScreenIsLocked()72 base::MessageLoop::current()->PostTask(FROM_HERE, screen_lock_callback_); in ScreenIsLocked()73 screen_lock_callback_.Reset(); in ScreenIsLocked()
41 base::Closure screen_lock_callback_; variable