Home
last modified time | relevance | path

Searched refs:ET_SCROLL (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Ddirect_manipulation_win_browsertest.cc161 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
175 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
189 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
202 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
215 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
228 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Ddirect_manipulation_win_browsertest.cc161 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
175 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
189 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
202 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
215 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
228 EXPECT_EQ(ui::ET_SCROLL, event->type()); in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/
H A Devent_utils.cc44 case ET_SCROLL: in EventFromNative()
92 case ET_SCROLL: in ComputeEventLatencyOS()
192 CASE_TYPE(ET_SCROLL); in EventTypeName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/
H A Devent_utils.cc46 case ET_SCROLL: in EventFromNative()
94 case ET_SCROLL: in ComputeEventLatencyOS()
193 CASE_TYPE(ET_SCROLL); in EventTypeName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/mojom/
H A Dmojom_traits_unittest.cc201 ScrollEvent scroll_event(ET_SCROLL, location, root_location, time_stamp, in TEST()
282 {ET_SCROLL, gfx::Point(10, 20), in TEST()
285 {ET_SCROLL, gfx::Point(10, 20), in TEST()
288 {ET_SCROLL, gfx::Point(10, 20), in TEST()
291 {ET_SCROLL, gfx::Point(10, 20), in TEST()
294 {ET_SCROLL, gfx::Point(10, 20), in TEST()
297 {ET_SCROLL, gfx::Point(10, 20), in TEST()
301 {ET_SCROLL, gfx::Point(10, 20), in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/mojom/
H A Dmojom_traits_unittest.cc203 ScrollEvent scroll_event(ET_SCROLL, location, root_location, time_stamp, in TEST()
284 {ET_SCROLL, gfx::Point(10, 20), in TEST()
287 {ET_SCROLL, gfx::Point(10, 20), in TEST()
290 {ET_SCROLL, gfx::Point(10, 20), in TEST()
293 {ET_SCROLL, gfx::Point(10, 20), in TEST()
296 {ET_SCROLL, gfx::Point(10, 20), in TEST()
299 {ET_SCROLL, gfx::Point(10, 20), in TEST()
303 {ET_SCROLL, gfx::Point(10, 20), in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/types/
H A Devent_type.h58 ET_SCROLL, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/types/
H A Devent_type.h58 ET_SCROLL, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/cocoa/
H A Devents_mac_unittest.mm234 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
243 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
252 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
261 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
361 EXPECT_EQ(ui::ET_SCROLL, wheel.type());
390 EXPECT_EQ(ui::ET_SCROLL, rest.type());
397 EXPECT_EQ(ui::ET_SCROLL, cancel.type());
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/cocoa/
H A Devents_mac_unittest.mm238 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
247 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
256 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
265 EXPECT_EQ(ui::ET_SCROLL, ui::EventTypeFromNative(event));
365 EXPECT_EQ(ui::ET_SCROLL, wheel.type());
394 EXPECT_EQ(ui::ET_SCROLL, rest.type());
401 EXPECT_EQ(ui::ET_SCROLL, cancel.type());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/x/
H A Dx11_event_translation.cc161 if (type == ET_SCROLL) { in CreateScrollEvent()
200 case ET_SCROLL: in TranslateFromXI2Event()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/x/
H A Dx11_event_translation.cc185 if (type == ET_SCROLL) { in CreateScrollEvent()
224 case ET_SCROLL: in TranslateFromXI2Event()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc319 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureScroll()
382 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureSwipe()
416 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureFourFingerSwipe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc126 case ET_SCROLL: in UMAEventTypeFromEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc127 case ET_SCROLL: in UMAEventTypeFromEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc330 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureScroll()
408 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureSwipe()
442 id_, ET_SCROLL, cursor_->GetLocation(), in OnGestureFourFingerSwipe()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Devent_filter.cc112 case ui::ET_SCROLL: in IsEventAllowed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Devent_filter.cc113 case ui::ET_SCROLL: in IsEventAllowed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/
H A Dwm_gesture_handler_unittest.cc122 ui::ScrollEvent initial_move(ui::ET_SCROLL, gfx::Point(), timestamp, 0, in ScrollToSwitchDesks()
145 ui::ScrollEvent move(ui::ET_SCROLL, gfx::Point(), timestamp, 0, dx, 0, in ScrollToSwitchDesks()
279 ui::ScrollEvent move(ui::ET_SCROLL, gfx::Point(), timestamp, 0, 0, in TEST_F()
H A Dwm_gesture_handler.cc240 DCHECK_EQ(ui::ET_SCROLL, event.type()); in ProcessScrollEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/test/
H A Devent_generator.cc559 ui::ScrollEvent move(ui::ET_SCROLL, in ScrollSequence()
581 ui::ScrollEvent scroll(ui::ET_SCROLL, current_screen_location_, in GenerateTrackpadRest()
589 ui::ScrollEvent scroll(ui::ET_SCROLL, current_screen_location_, in CancelTrackpadRest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dwidget_unittest.cc122 if (event->type() == ui::ET_SCROLL) in OnScrollEvent()
1460 ui::ScrollEvent scroll(ui::ET_SCROLL, gfx::Point(65, 5), in TEST_F()
1464 EXPECT_EQ(1, cursor_view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1469 ui::ScrollEvent scroll2(ui::ET_SCROLL, gfx::Point(5, 5), in TEST_F()
1473 EXPECT_EQ(0, cursor_view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1552 EXPECT_EQ(2, h1.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1553 EXPECT_EQ(1, view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1554 EXPECT_EQ(2, h2.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1615 EXPECT_EQ(1, h1.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1616 EXPECT_EQ(1, view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget_unittest.cc128 if (event->type() == ui::ET_SCROLL) in OnScrollEvent()
1624 ui::ScrollEvent scroll(ui::ET_SCROLL, gfx::Point(65, 5), in TEST_F()
1628 EXPECT_EQ(1, cursor_view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1633 ui::ScrollEvent scroll2(ui::ET_SCROLL, gfx::Point(5, 5), in TEST_F()
1637 EXPECT_EQ(0, cursor_view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1715 EXPECT_EQ(2, h1.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1716 EXPECT_EQ(1, view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
1717 EXPECT_EQ(2, h2.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1778 EXPECT_EQ(1, h1.GetEventCount(ui::ET_SCROLL)); in TEST_F()
1779 EXPECT_EQ(1, view->GetEventCount(ui::ET_SCROLL)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_metrics.cc109 case ui::ET_SCROLL: in AppListRecordPageSwitcherSourceByEventType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Dtab_scrubber_browsertest.cc164 ui::ScrollEvent scroll_event(ui::ET_SCROLL, gfx::Point(0, 0), in SendScrubEvent()
300 ui::ScrollEvent scroll(ui::ET_SCROLL, gfx::Point(), time_for_next_event_, in GenerateScroll()

1234