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

  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos.cc 62 void LoginStateNotificationBlockerChromeOS::OnLockStateChanged(bool locked) {
  /external/chromium_org/ash/
shell_observer.h 30 virtual void OnLockStateChanged(bool locked) {}
shell.cc 362 void Shell::OnLockStateChanged(bool locked) {
363 FOR_EACH_OBSERVER(ShellObserver, observers_, OnLockStateChanged(locked));
    [all...]
  /external/chromium_org/ash/wm/
overlay_event_filter.cc 57 void OverlayEventFilter::OnLockStateChanged(bool locked) {
lock_state_controller.cc 320 void LockStateController::OnLockStateChanged(bool locked) {
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 533 void ShelfLayoutManager::OnLockStateChanged(bool locked) {
    [all...]

Completed in 163 milliseconds