Searched refs:ET_SCROLL (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/events/
H A Devent_constants.h60 ET_SCROLL, enumerator in enum:ui::EventType
H A Devent_utils.cc49 case ET_SCROLL:
H A Devent.cc74 CASE_TYPE(ET_SCROLL);
908 if (type() == ET_SCROLL) {
H A Devent.h171 return type_ == ET_SCROLL ||
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_touch_uma_histogram.cc128 case ET_SCROLL:
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler_unittest.cc107 ui::ScrollEvent move(ui::ET_SCROLL,
122 ui::ScrollEvent move(ui::ET_SCROLL,
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc235 ScrollEvent event(ET_SCROLL,
327 ScrollEvent event(ET_SCROLL,
/external/chromium_org/content/browser/web_contents/aura/
H A Dwindow_slider.cc252 if (event->type() == ui::ET_SCROLL)
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc126 // gesture events and ui::ET_SCROLL events.
150 if (event->type() == ui::ET_SCROLL)
1294 ui::ScrollEvent scroll(ui::ET_SCROLL,
1303 EXPECT_EQ(1, cursor_view->GetEventCount(ui::ET_SCROLL));
1308 ui::ScrollEvent scroll2(ui::ET_SCROLL,
1317 EXPECT_EQ(0, cursor_view->GetEventCount(ui::ET_SCROLL));
1413 // Dispatch a ui::ET_SCROLL event. The event remains unhandled and should
1415 ui::ScrollEvent scroll(ui::ET_SCROLL,
1423 EXPECT_EQ(2, h1.GetEventCount(ui::ET_SCROLL));
1424 EXPECT_EQ(1, view->GetEventCount(ui::ET_SCROLL));
[all...]
H A Dwidget.cc1283 // Convert unhandled ui::ET_SCROLL events into ui::ET_MOUSEWHEEL events.
1284 if (!event_copy.handled() && event_copy.type() == ui::ET_SCROLL) {
/external/chromium_org/ui/events/test/
H A Devent_generator.cc417 ui::ScrollEvent move(ui::ET_SCROLL,
454 ui::ScrollEvent scroll(ui::ET_SCROLL,
/external/chromium_org/ui/views/
H A Dview_targeter_unittest.cc190 ui::ScrollEvent scroll(ui::ET_SCROLL,
215 scroll = ui::ScrollEvent(ui::ET_SCROLL,
/external/chromium_org/ui/events/win/
H A Devents_win.cc199 return ET_SCROLL;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc94 case ET_SCROLL: {
/external/chromium_org/ash/display/
H A Droot_window_transformers_unittest.cc72 if (event->type() == ui::ET_SCROLL) {
H A Ddisplay_controller_unittest.cc315 if (event->type() == ui::ET_SCROLL) {
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc579 if (event->type() == ui::ET_SCROLL) {
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.cc282 event.type() == ui::ET_SCROLL) {
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc89 ui::ScrollEvent scroll_event(ui::ET_SCROLL,
/external/chromium_org/content/browser/renderer_host/
H A Dweb_input_event_aura.cc109 case ui::ET_SCROLL:
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc683 case ui::ET_SCROLL: {
H A Dwindow_event_dispatcher_unittest.cc424 ui::ScrollEvent scroll1(ui::ET_SCROLL,
435 ui::ScrollEvent scroll2(ui::ET_SCROLL,
/external/chromium_org/athena/wm/
H A Dwindow_overview_mode.cc631 if (scroll->type() == ui::ET_SCROLL)
/external/chromium_org/ui/events/x/
H A Devents_x.cc444 return devices->IsTouchpadXInputEvent(native_event) ? ET_SCROLL
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1048 if (event->type() == ui::ET_SCROLL) {

Completed in 5005 milliseconds

12