Home
last modified time | relevance | path

Searched refs:ActivateAdjacentDesk (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Dautotest_desks_api.cc88 const bool activated = controller->ActivateAdjacentDesk( in OnLayerAnimationScheduled()
198 const bool activated = controller->ActivateAdjacentDesk( in ActivateAdjacentDesksToTargetIndex()
H A Ddesks_controller.h130 bool ActivateAdjacentDesk(bool going_left, DesksSwitchSource source);
H A Ddesks_controller.cc418 bool DesksController::ActivateAdjacentDesk(bool going_left, in ActivateAdjacentDesk() function in ash::DesksController
450 return ActivateAdjacentDesk(move_left, in StartSwipeAnimation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/
H A Dwm_gesture_handler.cc197 return desks_controller->ActivateAdjacentDesk( in HandleDesksSwitchHorizontalScroll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Daccelerator_controller_impl.cc299 const bool success = desks_controller->ActivateAdjacentDesk( in HandleActivateDesk()