Home
last modified time | relevance | path

Searched refs:ET_TOUCH_CANCELLED (Results 26 – 50 of 85) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc61 case ET_TOUCH_CANCELLED: in UMAEventTypeFromEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc62 case ET_TOUCH_CANCELLED: in UMAEventTypeFromEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Devent_filter.cc122 case ui::ET_TOUCH_CANCELLED: in IsEventAllowed()
H A Devent_filter_unittest.cc56 ui::ET_TOUCH_MOVED, ui::ET_TOUCH_CANCELLED,
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Devent_filter.cc123 case ui::ET_TOUCH_CANCELLED: in IsEventAllowed()
H A Devent_filter_unittest.cc56 ui::ET_TOUCH_MOVED, ui::ET_TOUCH_CANCELLED,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/mojom/
H A Dmojom_traits_unittest.cc366 {ET_TOUCH_CANCELLED, {1, 2}, base::TimeTicks::Now(), {}, EF_NONE}, in TEST()
378 std::make_unique<TouchEvent>(ET_TOUCH_CANCELLED, gfx::Point(), in TEST()
391 std::make_unique<TouchEvent>(ET_TOUCH_CANCELLED, gfx::Point(), in TEST()
H A Devent_mojom_traits.cc163 case ui::ET_TOUCH_CANCELLED: in Convert()
222 return ui::ET_TOUCH_CANCELLED; in Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/mojom/
H A Dmojom_traits_unittest.cc365 {ET_TOUCH_CANCELLED, {1, 2}, base::TimeTicks::Now(), {}, EF_NONE}, in TEST()
377 std::make_unique<TouchEvent>(ET_TOUCH_CANCELLED, gfx::Point(), in TEST()
390 std::make_unique<TouchEvent>(ET_TOUCH_CANCELLED, gfx::Point(), in TEST()
H A Devent_mojom_traits.cc164 case ui::ET_TOUCH_CANCELLED: in Convert()
223 return ui::ET_TOUCH_CANCELLED; in Convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Dtouch_accessibility_enabler.cc83 } else if (type == ui::ET_TOUCH_RELEASED || type == ui::ET_TOUCH_CANCELLED) { in HandleTouchEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dtouch.cc145 case ui::ET_TOUCH_CANCELLED: { in OnTouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/
H A Dtouch.cc143 case ui::ET_TOUCH_CANCELLED: { in OnTouchEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/touch/
H A Dtouch_hud_renderer.cc163 event.type() == ui::ET_TOUCH_CANCELLED) { in HandleTouchEvent()
H A Dtouch_observer_hud_unittest.cc521 SendTouchEventToInternalHud(ui::ET_TOUCH_CANCELLED, gfx::Point(10, 20), 1); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/events/
H A Dselect_to_speak_event_handler.cc193 case ui::ET_TOUCH_CANCELLED: in OnTouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/fuchsia/
H A Dinput_event_dispatcher.cc124 event_type = ET_TOUCH_CANCELLED; in ProcessTouchEvent()
H A Dinput_event_dispatcher_unittest.cc164 EXPECT_EQ(ET_TOUCH_CANCELLED, captured_event_->type()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/host/
H A Dwayland_touch.cc167 EventType type = ET_TOUCH_CANCELLED; in Cancel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/fuchsia/
H A Dinput_event_dispatcher.cc126 event_type = ET_TOUCH_CANCELLED; in ProcessTouchEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dwindow_modality_controller.cc206 if (event->type() == ui::ET_TOUCH_CANCELLED) in ProcessLocatedEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dwindow_modality_controller.cc206 if (event->type() == ui::ET_TOUCH_CANCELLED) in ProcessLocatedEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/
H A Devent.h155 type_ == ET_TOUCH_CANCELLED; in IsTouchEvent()
198 case ui::ET_TOUCH_CANCELLED: in IsEndingEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/
H A Devent.h150 type_ == ET_TOUCH_CANCELLED; in IsTouchEvent()
193 case ET_TOUCH_CANCELLED: in IsEndingEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/accessibility/
H A Dfullscreen_magnification_controller.cc217 ui::ET_TOUCH_CANCELLED, it.second->location_f(), in RewriteEvent()

1234