HomeSort by relevance Sort by last modified time
    Searched refs:ET_TOUCH_MOVED (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/base/events/
event_constants.h 25 ET_TOUCH_MOVED,
event.h 123 type_ == ET_TOUCH_MOVED ||
event.cc 75 CASE_TYPE(ET_TOUCH_MOVED);
  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 64 InjectTouchEvent(location_, ui::ET_TOUCH_MOVED, window_);
ui_events_helper.cc 46 return ui::ET_TOUCH_MOVED;
63 case ui::ET_TOUCH_MOVED:
79 case ui::ET_TOUCH_MOVED:
106 type = ui::ET_TOUCH_MOVED;
273 case ui::ET_TOUCH_MOVED: {
render_widget_host_view_aura_unittest.cc 278 ui::TouchEvent move(ui::ET_TOUCH_MOVED,
342 ui::TouchEvent move2(ui::ET_TOUCH_MOVED, gfx::Point(20, 20), 0,
372 ui::TouchEvent move(ui::ET_TOUCH_MOVED,
  /external/chromium_org/ui/base/ozone/evdev/
touch_event_converter_ozone_unittest.cc 198 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
212 EXPECT_EQ(ui::ET_TOUCH_MOVED, event->type());
300 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
326 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
345 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev0->type());
372 EXPECT_EQ(ui::ET_TOUCH_MOVED, ev1->type());
touch_event_converter_ozone.cc 163 events_[j].type_ = ET_TOUCH_MOVED;
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 547 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(x, y),
561 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(x, y),
587 case ui::ET_TOUCH_MOVED:
697 // Test with no ET_TOUCH_MOVED events.
740 // Test with no ET_TOUCH_MOVED events but different touch points and radii.
781 // Test with a single ET_TOUCH_MOVED event.
800 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(49, 204),
838 // Test with a few ET_TOUCH_MOVED events.
856 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(397, 151),
871 ui::TouchEvent move1(ui::ET_TOUCH_MOVED, gfx::Point(397, 149)
    [all...]
  /external/chromium_org/ui/base/gestures/
gesture_point.cc 51 if (event.type() == ui::ET_TOUCH_MOVED) {
110 return event.type() == ui::ET_TOUCH_MOVED &&
gesture_sequence.cc 61 case ui::ET_TOUCH_MOVED:
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 287 ui::TouchEvent move1(ui::ET_TOUCH_MOVED,
298 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
307 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
316 ui::TouchEvent inc(ui::ET_TOUCH_MOVED,
  /external/chromium_org/ui/aura/test/
event_generator.cc 204 ui::ET_TOUCH_MOVED, GetLocationInCurrentRoot(), flags_);
282 ui::TouchEvent move(ui::ET_TOUCH_MOVED, location, kTouchId, timestamp);
319 ui::TouchEvent move(ui::ET_TOUCH_MOVED, points[i], i, move_time);
  /external/chromium_org/ui/base/x/
events_x.cc 207 ui::ET_TOUCH_MOVED;
229 return ui::ET_TOUCH_MOVED;
264 return ui::ET_TOUCH_MOVED;
  /external/chromium_org/ash/touch/
touch_uma.cc 92 case ui::ET_TOUCH_MOVED:
317 } else if (event.type() == ui::ET_TOUCH_MOVED) {
touch_hud_debug.cc 62 case ui::ET_TOUCH_MOVED:
  /external/chromium_org/ui/views/corewm/
compound_event_filter_unittest.cc 120 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime());
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 270 case ui::ET_TOUCH_MOVED:
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 99 case ui::ET_TOUCH_MOVED:
115 case ui::ET_TOUCH_MOVED:
533 case ui::ET_TOUCH_MOVED: {
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.cc 471 event->type() == ui::ET_TOUCH_MOVED ||
  /external/chromium_org/ui/aura/
root_window_unittest.cc 446 case ui::ET_TOUCH_MOVED:
614 ui::TouchEvent touch_moved_event(ui::ET_TOUCH_MOVED, gfx::Point(0, 0),
remote_root_window_host_win.cc 490 ui::TouchEvent event(ui::ET_TOUCH_MOVED,
window_unittest.cc 928 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 20), 0, getTime());
    [all...]
root_window.cc 942 if ((event->type() == ui::ET_TOUCH_MOVED)) {
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
immediate_input_router_unittest.cc     [all...]

Completed in 754 milliseconds

1 2