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

  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 100 class GestureEventForTest : public ui::GestureEvent {
102 GestureEventForTest(ui::EventType type, int x, int y, float delta_x,
109 DISALLOW_COPY_AND_ASSIGN(GestureEventForTest);
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 188 class GestureEventForTest : public ui::GestureEvent {
190 GestureEventForTest(ui::EventType type, int x, int y, int flags)
196 DISALLOW_COPY_AND_ASSIGN(GestureEventForTest);
642 GestureEventForTest g1(ui::ET_GESTURE_TAP, 110, 110, 0);
649 GestureEventForTest g1_up(ui::ET_GESTURE_END, 110, 110, 0);
657 GestureEventForTest g2(ui::ET_GESTURE_TAP, 80, 80, 0);
708 GestureEventForTest g1(ui::ET_GESTURE_TAP, 110, 110, 0);
719 GestureEventForTest gscroll_begin(ui::ET_GESTURE_SCROLL_BEGIN, 115, 115, 0);
728 GestureEventForTest second_tap(ui::ET_GESTURE_TAP, 70, 70, 0);
734 GestureEventForTest gscroll_end(ui::ET_GESTURE_SCROLL_END, 50, 50, 0)
    [all...]

Completed in 27 milliseconds