Home
last modified time | relevance | path

Searched refs:accelerator_controller (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Dpre_target_accelerator_handler.cc73 Shell::Get()->accelerator_controller()->Process(accelerator); in ProcessAccelerator()
78 return Shell::Get()->accelerator_controller()->Process(accelerator); in ProcessAccelerator()
104 AcceleratorControllerImpl* accelerator_controller = in ShouldProcessAcceleratorNow() local
105 Shell::Get()->accelerator_controller(); in ShouldProcessAcceleratorNow()
108 if (accelerator_controller->IsReserved(accelerator)) in ShouldProcessAcceleratorNow()
123 return accelerator_controller->IsPreferred(accelerator); in ShouldProcessAcceleratorNow()
H A Dash_focus_manager_factory.cc40 AcceleratorController* controller = Shell::Get()->accelerator_controller(); in ProcessAccelerator()
H A Daccelerator_controller_impl.cc713 Shell::Get()->accelerator_controller()->MaybeShowConfirmationDialog( in HandleRotateScreen()
1332 shell->accelerator_controller()->MaybeShowConfirmationDialog( in HandleToggleDockedMagnifier()
1413 shell->accelerator_controller()->MaybeShowConfirmationDialog( in HandleToggleHighContrast()
1458 shell->accelerator_controller()->MaybeShowConfirmationDialog( in HandleToggleFullscreenMagnifier()
H A Daccelerator_controller_unittest.cc223 controller_ = Shell::Get()->accelerator_controller(); in SetUp()
231 Shell::Get()->accelerator_controller(); in ProcessInController()
293 ->accelerator_controller() in GetPreviousAccelerator()
300 ->accelerator_controller() in GetCurrentAccelerator()
2174 EXPECT_FALSE(Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/clipboard/
H A Dclipboard_history_controller_impl.cc105 Shell::Get()->accelerator_controller()->Register( in Init()
110 Shell::Get()->accelerator_controller()->Register( in OnMenuShown()
116 Shell::Get()->accelerator_controller()->Unregister( in OnMenuClosed()
118 Shell::Get()->accelerator_controller()->Unregister( in OnMenuClosed()
120 Shell::Get()->accelerator_controller()->Unregister( in OnMenuClosed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/accessibility/
H A Ddictation_button_tray_unittest.cc129 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
134 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
H A Dfloating_accessibility_controller_unittest.cc463 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
474 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
486 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/power/
H A Dpower_button_screenshot_controller.cc181 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in InterceptScreenshotChord()
192 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in OnVolumeControlTimeout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dscreen_pinning_controller_unittest.cc162 Shell::Get()->accelerator_controller()->PerformActionIfEnabled(UNPIN, {}); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dback_button_unittest.cc189 Shell::Get()->accelerator_controller(); in TEST_F()
H A Dshelf_layout_manager_unittest.cc578 Shell::Get()->accelerator_controller()->PerformActionIfEnabled(FOCUS_SHELF, in TEST_F()
1880 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
3679 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/ime_menu/
H A Dime_menu_tray_unittest.cc261 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Ddisplay_move_window_util_unittest.cc63 Shell::Get()->accelerator_controller()->PerformActionIfEnabled( in PerformMoveWindowAccel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h310 AcceleratorControllerImpl* accelerator_controller() { in accelerator_controller() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/frame/
H A Dnon_client_frame_view_ash_unittest.cc470 Shell::Get()->accelerator_controller(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/utility/
H A Dscreenshot_controller.cc881 ->accelerator_controller() in OnKeyEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dlock_contents_view.cc685 Shell::Get()->accelerator_controller()->UnregisterAll(this); in ~LockContentsView()
2339 Shell::Get()->accelerator_controller(); in RegisterAccelerators()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/back_gesture/
H A Dback_gesture_event_handler_unittest.cc75 Shell::Get()->accelerator_controller(); in RegisterBackPressAndRelease()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/autotest_private/
H A Dautotest_private_api.cc3987 auto* accelerator_controller = ash::AcceleratorController::Get(); in Run() local
3988 accelerator_controller->GetAcceleratorHistory()->StoreCurrentAccelerator( in Run()
3991 if (!accelerator_controller->IsRegistered(accelerator)) { in Run()
4006 bool result = accelerator_controller->Process(accelerator); in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Daccessibility_controller_impl.cc516 Shell::Get()->accelerator_controller()->MaybeShowConfirmationDialog( in SetEnabledWithDialog()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_session_unittest.cc1627 auto* accelerator_controller = Shell::Get()->accelerator_controller(); in TEST_P() local
1628 auto* ewh = accelerator_controller->GetExitWarningHandlerForTest(); in TEST_P()