Searched refs:gesture_packet (Results 1 – 4 of 4) sorted by relevance
113 GestureEventDataPacket gesture_packet; in SendTouchGestures() local114 std::swap(gesture_packet, pending_gesture_packet_); in SendTouchGestures()
625 void OnQueueSyntheticGesture(const SyntheticGesturePacket& gesture_packet);
1652 const SyntheticGesturePacket& gesture_packet) { in OnQueueSyntheticGesture() argument1662 SyntheticGesture::Create(*gesture_packet.gesture_params()), in OnQueueSyntheticGesture()
1427 SyntheticGesturePacket gesture_packet; in QueueSyntheticGesture() local1428 gesture_packet.set_gesture_params(gesture_params.Pass()); in QueueSyntheticGesture()1430 Send(new InputHostMsg_QueueSyntheticGesture(routing_id_, gesture_packet)); in QueueSyntheticGesture()