HomeSort by relevance Sort by last modified time
    Searched refs:ET_SCROLL_FLING_CANCEL (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/events/
event_constants.h 62 ET_SCROLL_FLING_CANCEL,
63 ET_GESTURE_TYPE_END = ET_SCROLL_FLING_CANCEL,
event_utils.cc 48 case ET_SCROLL_FLING_CANCEL:
event_rewriter_unittest.cc 196 0, ET_SCROLL_FLING_CANCEL, EVENT_REWRITE_REWRITTEN);
197 p.AddExpectedEvent(ET_SCROLL_FLING_CANCEL);
event.h 135 case ET_SCROLL_FLING_CANCEL:
167 type_ == ET_SCROLL_FLING_CANCEL) &&
178 return type_ == ET_SCROLL_FLING_CANCEL ||
event.cc 75 CASE_TYPE(ET_SCROLL_FLING_CANCEL);
709 type() == ET_SCROLL_FLING_CANCEL) {
  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 43 event.type() == ui::ET_SCROLL_FLING_CANCEL ||
overview_gesture_handler_unittest.cc 95 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 90 case ET_SCROLL_FLING_CANCEL:
303 case ET_SCROLL_FLING_CANCEL:
329 SendGesture(CreateGesture(ET_SCROLL_FLING_CANCEL,
touch_disposition_gesture_filter_unittest.cc 255 PushGesture(ET_SCROLL_FLING_CANCEL);
261 ET_SCROLL_FLING_CANCEL,
280 PushGesture(ET_SCROLL_FLING_CANCEL);
596 EXPECT_TRUE(GesturesMatch(Gestures(ET_SCROLL_FLING_CANCEL),
663 EXPECT_TRUE(GesturesMatch(Gestures(ET_SCROLL_FLING_CANCEL,
677 PushGesture(ET_SCROLL_FLING_CANCEL);
682 ET_SCROLL_FLING_CANCEL),
686 // A new touch sequence will not inject a ET_SCROLL_FLING_CANCEL, as the fling
961 PushGesture(ET_SCROLL_FLING_CANCEL);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 80 if (event->type() == ui::ET_SCROLL_FLING_CANCEL ||
  /external/chromium_org/ui/app_list/views/
contents_view.cc 357 event->type() == ui::ET_SCROLL_FLING_CANCEL) {
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 574 event->type() == ui::ET_SCROLL_FLING_CANCEL) {
  /external/chromium_org/ash/touch/
touch_uma.cc 186 case ui::ET_SCROLL_FLING_CANCEL:
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 301 case ui::ET_SCROLL_FLING_CANCEL:
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 203 case ui::ET_SCROLL_FLING_CANCEL:
web_input_event_aura.cc 170 case ui::ET_SCROLL_FLING_CANCEL:
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 291 case ui::ET_SCROLL_FLING_CANCEL:
  /external/chromium_org/ui/aura/test/
event_generator.cc 430 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
469 ui::ScrollEvent fling_cancel(ui::ET_SCROLL_FLING_CANCEL,
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 696 case ui::ET_SCROLL_FLING_CANCEL:
  /external/chromium_org/ui/events/x/
events_x.cc 339 return is_cancel ? ET_SCROLL_FLING_CANCEL : ET_SCROLL_FLING_START;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc     [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 274 case ui::ET_SCROLL_FLING_CANCEL:
    [all...]

Completed in 952 milliseconds