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

  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture.cc 17 static scoped_ptr<SyntheticGesture> CreateGesture(
33 return CreateGesture<SyntheticSmoothScrollGesture,
36 return CreateGesture<SyntheticPinchGesture,
39 return CreateGesture<SyntheticTapGesture,
gesture_text_selector_unittest.cc 60 static GestureEventData CreateGesture(ui::EventType type,
151 CreateGesture(ui::ET_GESTURE_DOUBLE_TAP, event_time, x2, y2);
158 CreateGesture(ui::ET_GESTURE_SCROLL_BEGIN, event_time, x1, y1);
165 CreateGesture(ui::ET_GESTURE_SCROLL_UPDATE, event_time, x2, y2);
181 CreateGesture(ui::ET_GESTURE_SCROLL_END, event_time, x2, y2);
203 CreateGesture(ui::ET_GESTURE_TAP_DOWN, event_time, x2, y2);
226 CreateGesture(ui::ET_GESTURE_TAP, event_time, x1, y1);
  /external/chromium_org/content/common/input/
web_input_event_traits_unittest.cc 42 static WebGestureEvent CreateGesture(WebInputEvent::Type type,
117 CreateGesture(WebInputEvent::GesturePinchBegin, 1, 1);
119 CreateGesture(WebInputEvent::GesturePinchUpdate, 2, 2);
128 pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
129 pinch1 = CreateGesture(WebInputEvent::GesturePinchUpdate, 2, 2);
134 pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
136 pinch1 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
144 pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
146 pinch1 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
153 pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1)
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.cc 121 Send(CreateGesture(ET_GESTURE_SCROLL_END, event));
207 Send(CreateGesture(ET_GESTURE_PINCH_END, e));
215 Send(CreateGesture(ET_GESTURE_PINCH_BEGIN,
251 Send(CreateGesture(pinch_details,
268 Send(CreateGesture(tap_details, e));
302 Send(CreateGesture(scroll_details,
331 Send(CreateGesture(scroll_details,
368 Send(CreateGesture(scroll_details, e2));
373 Send(CreateGesture(fling_details, e2));
382 Send(CreateGesture(swipe_details, e2))
    [all...]
gesture_event_data_packet_unittest.cc 18 GestureEventData CreateGesture(EventType type) {
77 GestureEventData gesture = CreateGesture(type);
88 packet0.Push(CreateGesture(ET_GESTURE_TAP_DOWN));
89 packet0.Push(CreateGesture(ET_GESTURE_SCROLL_BEGIN));
126 GestureEventData gesture = CreateGesture(ET_GESTURE_TAP);
touch_disposition_gesture_filter.cc 18 GestureEventData CreateGesture(EventType type,
341 SendGesture(CreateGesture(ET_GESTURE_TAP_CANCEL,
354 SendGesture(CreateGesture(ET_SCROLL_FLING_CANCEL,
367 SendGesture(CreateGesture(ET_GESTURE_SCROLL_END,
touch_disposition_gesture_filter_unittest.cc 130 GestureEventDataPacket::FromTouchTimeout(CreateGesture(type)));
147 pending_gesture_packet_.Push(CreateGesture(type));
151 pending_gesture_packet_.Push(CreateGesture(type, x, y, diameter));
224 GestureEventData CreateGesture(EventType type) {
225 return CreateGesture(type, 0, 0, 0);
228 GestureEventData CreateGesture(EventType type,
    [all...]
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 165 ui::GestureEvent* CreateGesture(ui::EventType type,

Completed in 754 milliseconds