Home
last modified time | relevance | path

Searched refs:HandleLongPressEvent (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/touch_selection/
H A Dtouch_selection_controller.h99 void HandleLongPressEvent(base::TimeTicks event_time,
H A Dtouch_selection_controller.cc195 void TouchSelectionController::HandleLongPressEvent( in HandleLongPressEvent() function in ui::TouchSelectionController
H A Dtouch_selection_controller_unittest.cc180 controller().HandleLongPressEvent(base::TimeTicks(), in OnLongPressEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/touch_selection/
H A Dtouch_selection_controller.h101 void HandleLongPressEvent(base::TimeTicks event_time,
H A Dtouch_selection_controller.cc196 void TouchSelectionController::HandleLongPressEvent( in HandleLongPressEvent() function in ui::TouchSelectionController
H A Dtouch_selection_controller_unittest.cc180 controller().HandleLongPressEvent(base::TimeTicks(), in OnLongPressEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_item.h318 void HandleLongPressEvent(const gfx::PointF& location_in_screen);
H A Doverview_item.cc815 HandleLongPressEvent(location); in HandleGestureEventForTabletModeLayout()
878 HandleLongPressEvent(location); in HandleGestureEvent()
1301 void OverviewItem::HandleLongPressEvent(const gfx::PointF& location_in_screen) { in HandleLongPressEvent() function in ash::OverviewItem
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwinproc.cxx1555 class HandleLongPressEvent : public HandleGestureEvent class
1560 HandleLongPressEvent(vcl::Window *pWindow, const SalLongPressEvent& rEvt) in HandleLongPressEvent() function in __anon06b13eab0611::HandleLongPressEvent
1575 HandleLongPressEvent aHandler(pWindow, rEvt); in ImplHandleLongPress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwinproc.cxx1534 class HandleLongPressEvent : public HandleGestureEvent class
1539 HandleLongPressEvent(vcl::Window *pWindow, const SalLongPressEvent& rEvt) in HandleLongPressEvent() function in HandleLongPressEvent
1552 HandleLongPressEvent aHandler(pWindow, rEvt); in ImplHandleLongPress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_host_view_event_handler.cc724 delegate_->selection_controller()->HandleLongPressEvent( in HandleGestureForTouchSelection()
H A Drender_widget_host_view_android.cc1805 touch_selection_controller_->HandleLongPressEvent( in SendGestureEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_host_view_event_handler.cc799 delegate_->selection_controller()->HandleLongPressEvent( in HandleGestureForTouchSelection()
H A Drender_widget_host_view_android.cc1841 touch_selection_controller_->HandleLongPressEvent( in SendGestureEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Drender_widget_host_view_qt.cpp940 … m_touchSelectionController->HandleLongPressEvent(event.TimeStamp(), event.PositionInWidget()); in OnGestureEvent()