Searched defs:CreateGesture (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture.cc17 static scoped_ptr<SyntheticGesture> CreateGesture( function in namespace:content::__anon7306
33 return CreateGesture<SyntheticSmoothScrollGesture,
36 return CreateGesture<SyntheticPinchGesture,
39 return CreateGesture<SyntheticTapGesture,
H A Dgesture_text_selector_unittest.cc60 static GestureEventData CreateGesture(ui::EventType type, function in class:content::GestureTextSelectorTest
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/
H A Dweb_input_event_traits_unittest.cc42 static WebGestureEvent CreateGesture(WebInputEvent::Type type, function in class:content::__anon7633::WebInputEventTraitsTest
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(WebInputEven
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet_unittest.cc18 GestureEventData CreateGesture(EventType type) { function in namespace:ui::__anon16731
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);
H A Dtouch_disposition_gesture_filter.cc18 GestureEventData CreateGesture(EventType type, function in namespace:ui::__anon16739
341 SendGesture(CreateGesture(ET_GESTURE_TAP_CANCEL,
354 SendGesture(CreateGesture(ET_SCROLL_FLING_CANCEL,
367 SendGesture(CreateGesture(ET_GESTURE_SCROLL_END,
H A Dtouch_disposition_gesture_filter_unittest.cc130 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) { function in class:ui::TouchDispositionGestureFilterTest
225 return CreateGesture(type, 0, 0, 0);
228 GestureEventData CreateGesture(EventType type, function in class:ui::TouchDispositionGestureFilterTest
H A Dgesture_provider.cc121 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_detail
490 GestureEventData CreateGesture(const GestureEventDetails& details, function in class:ui::GestureProvider::GestureListenerImpl
514 GestureEventData CreateGesture(EventType type, function in class:ui::GestureProvider::GestureListenerImpl
538 GestureEventData CreateGesture(const GestureEventDetails& details, function in class:ui::GestureProvider::GestureListenerImpl
553 GestureEventData CreateGesture(EventType type, const MotionEvent& event) { function in class:ui::GestureProvider::GestureListenerImpl
[all...]
/external/chromium_org/ash/wm/
H A Dsystem_gesture_event_filter_unittest.cc165 ui::GestureEvent* CreateGesture(ui::EventType type, function in namespace:ash::test

Completed in 174 milliseconds