Searched refs:ET_SCROLL_FLING_CANCEL (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/events/
H A Devent_constants.h62 ET_SCROLL_FLING_CANCEL, enumerator in enum:ui::EventType
63 ET_GESTURE_TYPE_END = ET_SCROLL_FLING_CANCEL,
H A Devent_utils.cc48 case ET_SCROLL_FLING_CANCEL:
H A Devent_rewriter_unittest.cc196 0, ET_SCROLL_FLING_CANCEL, EVENT_REWRITE_REWRITTEN);
197 p.AddExpectedEvent(ET_SCROLL_FLING_CANCEL);
H A Devent.h141 case ET_SCROLL_FLING_CANCEL:
173 type_ == ET_SCROLL_FLING_CANCEL) &&
184 return type_ == ET_SCROLL_FLING_CANCEL ||
H A Devent.cc76 CASE_TYPE(ET_SCROLL_FLING_CANCEL);
914 type() == ET_SCROLL_FLING_CANCEL) {
/external/chromium_org/ash/wm/gestures/
H A Doverview_gesture_handler.cc43 event.type() == ui::ET_SCROLL_FLING_CANCEL ||
H A Doverview_gesture_handler_unittest.cc95 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.cc95 case ET_SCROLL_FLING_CANCEL:
327 case ET_SCROLL_FLING_CANCEL:
354 SendGesture(CreateGesture(ET_SCROLL_FLING_CANCEL,
H A Dgesture_touch_uma_histogram.cc132 case ET_SCROLL_FLING_CANCEL:
H A Dtouch_disposition_gesture_filter_unittest.cc289 PushGesture(ET_SCROLL_FLING_CANCEL);
295 ET_SCROLL_FLING_CANCEL,
314 PushGesture(ET_SCROLL_FLING_CANCEL);
631 EXPECT_TRUE(GesturesMatch(Gestures(ET_SCROLL_FLING_CANCEL),
698 EXPECT_TRUE(GesturesMatch(Gestures(ET_SCROLL_FLING_CANCEL,
712 PushGesture(ET_SCROLL_FLING_CANCEL);
717 ET_SCROLL_FLING_CANCEL),
721 // A new touch sequence will not inject a ET_SCROLL_FLING_CANCEL, as the fling
998 PushGesture(ET_SCROLL_FLING_CANCEL);
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber.cc80 if (event->type() == ui::ET_SCROLL_FLING_CANCEL ||
/external/chromium_org/ui/events/ozone/
H A Devents_ozone.cc171 *is_cancel = event->type() == ET_SCROLL_FLING_CANCEL;
/external/chromium_org/ui/events/test/
H A Devent_generator.cc404 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
443 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc93 case ET_SCROLL_FLING_CANCEL:
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc574 event->type() == ui::ET_SCROLL_FLING_CANCEL) {
/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util.cc347 case ui::ET_SCROLL_FLING_CANCEL:
/external/chromium_org/content/browser/renderer_host/
H A Dui_events_helper.cc206 case ui::ET_SCROLL_FLING_CANCEL:
H A Dweb_input_event_aura.cc106 case ui::ET_SCROLL_FLING_CANCEL:
H A Drender_widget_host_view_aura.cc2036 event->type() == ui::ET_SCROLL_FLING_CANCEL) {
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc300 : ET_SCROLL_FLING_CANCEL);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc301 case ui::ET_SCROLL_FLING_CANCEL:
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc682 case ui::ET_SCROLL_FLING_CANCEL:
/external/chromium_org/ui/events/x/
H A Devents_x.cc442 return is_cancel ? ET_SCROLL_FLING_CANCEL : ET_SCROLL_FLING_START;
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1018 if (event->type() == ui::ET_SCROLL_FLING_CANCEL)
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc1798 case ui::ET_SCROLL_FLING_CANCEL:

Completed in 397 milliseconds

12