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

  /external/chromium_org/ui/views/
view_targeter_unittest.cc 227 class GestureEventForTest : public ui::GestureEvent {
229 GestureEventForTest(ui::EventType type, int x, int y)
236 GestureEventForTest(ui::GestureEventDetails details, int x, int y)
271 GestureEventForTest tap(details, center_point.x(), center_point.y());
274 GestureEventForTest scroll_begin(details, center_point.x(), center_point.y());
277 GestureEventForTest end(details, center_point.x(), center_point.y());
329 tap = GestureEventForTest(details, center_point.x(), center_point.y());
333 GestureEventForTest(details, center_point.x(), center_point.y());
336 end = GestureEventForTest(details, center_point.x(), center_point.y());
386 GestureEventForTest tap(details, center_point.x(), center_point.y())
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 104 class GestureEventForTest : public ui::GestureEvent {
106 GestureEventForTest(int x, int y, ui::GestureEventDetails details)
110 DISALLOW_COPY_AND_ASSIGN(GestureEventForTest);
323 GestureEventForTest begin(
327 GestureEventForTest tap_down(
331 GestureEventForTest show_press(
339 GestureEventForTest tap(point.x(), point.y(), tap_details);
342 GestureEventForTest end(
    [all...]

Completed in 164 milliseconds