Home
last modified time | relevance | path

Searched refs:gesture_packet (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dtouch_disposition_gesture_filter_unittest.cc113 GestureEventDataPacket gesture_packet; in SendTouchGestures() local
114 std::swap(gesture_packet, pending_gesture_packet_); in SendTouchGestures()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.h625 void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet);
Drender_widget_host_impl.cc1652 const SyntheticGesturePacket& gesture_packet) { in OnQueueSyntheticGesture() argument
1662 SyntheticGesture::Create(*gesture_packet.gesture_params()), in OnQueueSyntheticGesture()
/external/chromium_org/content/renderer/
Drender_widget.cc1427 SyntheticGesturePacket gesture_packet; in QueueSyntheticGesture() local
1428 gesture_packet.set_gesture_params(gesture_params.Pass()); in QueueSyntheticGesture()
1430 Send(new InputHostMsg_QueueSyntheticGesture(routing_id_, gesture_packet)); in QueueSyntheticGesture()