Home
last modified time | relevance | path

Searched refs:TouchDevicesController (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_devices_controller.cc52 TouchDevicesController::TouchDevicesController() { in TouchDevicesController() function in ash::TouchDevicesController
56 TouchDevicesController::~TouchDevicesController() { in ~TouchDevicesController()
60 void TouchDevicesController::ToggleTouchpad() { in ToggleTouchpad()
68 bool TouchDevicesController::GetTouchpadEnabled( in GetTouchpadEnabled()
77 void TouchDevicesController::SetTouchpadEnabled( in SetTouchpadEnabled()
92 bool TouchDevicesController::GetTouchscreenEnabled( in GetTouchscreenEnabled()
101 void TouchDevicesController::SetTouchscreenEnabled( in SetTouchscreenEnabled()
130 void TouchDevicesController::OnActiveUserPrefServiceChanged( in OnActiveUserPrefServiceChanged()
159 void TouchDevicesController::UpdateTapDraggingEnabled() { in UpdateTapDraggingEnabled()
174 void TouchDevicesController::UpdateTouchpadEnabled() { in UpdateTouchpadEnabled()
[all …]
H A Dtouch_devices_controller.h31 class ASH_EXPORT TouchDevicesController : public SessionObserver {
33 TouchDevicesController();
34 ~TouchDevicesController() override;
98 DISALLOW_COPY_AND_ASSIGN(TouchDevicesController);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dash_prefs.cc77 TouchDevicesController::RegisterProfilePrefs(registry, for_test); in RegisterProfilePrefs()
H A Dshell.h191 class TouchDevicesController; variable
518 TouchDevicesController* touch_devices_controller() { in touch_devices_controller()
733 std::unique_ptr<TouchDevicesController> touch_devices_controller_;
H A Dshell.cc923 touch_devices_controller_ = std::make_unique<TouchDevicesController>(); in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Ddebug_commands.cc90 TouchDevicesController* controller = Shell::Get()->touch_devices_controller(); in HandleToggleTouchscreen()