HomeSort by relevance Sort by last modified time
    Searched refs:OnLockStateChanged (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/
shell_observer.h 30 virtual void OnLockStateChanged(bool locked) {}
shell.h 266 void OnLockStateChanged(bool locked);
shell.cc 752 void Shell::OnLockStateChanged(bool locked) {
753 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLockStateChanged(locked));
    [all...]
  /external/chromium_org/ash/wm/
overlay_event_filter.h 60 virtual void OnLockStateChanged(bool locked) OVERRIDE;
power_button_controller_unittest.cc 115 lock_state_controller_->OnLockStateChanged(false);
143 lock_state_controller_->OnLockStateChanged(true);
185 lock_state_controller_->OnLockStateChanged(false);
196 lock_state_controller_->OnLockStateChanged(false);
207 lock_state_controller_->OnLockStateChanged(false);
253 lock_state_controller_->OnLockStateChanged(false);
309 lock_state_controller_->OnLockStateChanged(true);
324 lock_state_controller_->OnLockStateChanged(false);
338 lock_state_controller_->OnLockStateChanged(false);
345 lock_state_controller_->OnLockStateChanged(true)
    [all...]
overlay_event_filter.cc 61 void OverlayEventFilter::OnLockStateChanged(bool locked) {
session_state_controller_impl.h 98 virtual void OnLockStateChanged(bool locked) OVERRIDE;
lock_state_controller_impl2.h 44 // Once system locks and lock UI is created, OnLockStateChanged is called, and
54 // OnLockStateChanged is called. It leads to
118 virtual void OnLockStateChanged(bool locked) OVERRIDE;
lock_state_controller_impl2_unittest.cc 371 lock_state_controller_->OnLockStateChanged(true);
383 lock_state_controller_->OnLockStateChanged(false);
394 lock_state_controller_->OnLockStateChanged(false);
    [all...]
session_state_controller_impl.cc 64 void SessionStateControllerImpl::OnLockStateChanged(bool locked) {
lock_state_controller_impl2.cc 183 void LockStateControllerImpl2::OnLockStateChanged(bool locked) {
toplevel_window_event_handler_unittest.cc 469 state_controller->OnLockStateChanged(false);
  /external/chromium_org/chrome/browser/chromeos/power/
power_button_observer.cc 56 ash::Shell::GetInstance()->OnLockStateChanged(locked);
77 ash::Shell::GetInstance()->OnLockStateChanged(locked);
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 166 virtual void OnLockStateChanged(bool locked) OVERRIDE;
shelf_layout_manager.cc 529 void ShelfLayoutManager::OnLockStateChanged(bool locked) {
    [all...]

Completed in 2730 milliseconds