CreateGesture      33 content/browser/renderer_host/input/synthetic_gesture.cc       return CreateGesture<SyntheticSmoothScrollGesture,
CreateGesture      36 content/browser/renderer_host/input/synthetic_gesture.cc       return CreateGesture<SyntheticPinchGesture,
CreateGesture      39 content/browser/renderer_host/input/synthetic_gesture.cc       return CreateGesture<SyntheticTapGesture,
CreateGesture     114 content/common/input/web_input_event_traits_unittest.cc       CreateGesture(WebInputEvent::GesturePinchBegin, 1, 1);
CreateGesture     116 content/common/input/web_input_event_traits_unittest.cc       CreateGesture(WebInputEvent::GesturePinchUpdate, 2, 2);
CreateGesture     125 content/common/input/web_input_event_traits_unittest.cc   pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
CreateGesture     126 content/common/input/web_input_event_traits_unittest.cc   pinch1 = CreateGesture(WebInputEvent::GesturePinchUpdate, 2, 2);
CreateGesture     131 content/common/input/web_input_event_traits_unittest.cc   pinch0 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
CreateGesture     133 content/common/input/web_input_event_traits_unittest.cc   pinch1 = CreateGesture(WebInputEvent::GesturePinchUpdate, 1, 1);
CreateGesture      53 ui/events/gesture_detection/gesture_provider.cc   return CreateGesture(type,
CreateGesture      63 ui/events/gesture_detection/gesture_provider.cc   return CreateGesture(
CreateGesture     125 ui/events/gesture_detection/gesture_provider.cc     provider_->Send(CreateGesture(
CreateGesture     136 ui/events/gesture_detection/gesture_provider.cc       provider_->Send(CreateGesture(ET_GESTURE_PINCH_BEGIN,
CreateGesture     160 ui/events/gesture_detection/gesture_provider.cc     provider_->Send(CreateGesture(ET_GESTURE_PINCH_UPDATE,
CreateGesture     266 ui/events/gesture_detection/gesture_provider.cc     provider_->Send(CreateGesture(ET_GESTURE_TAP_DOWN, e, tap_details));
CreateGesture     307 ui/events/gesture_detection/gesture_provider.cc       provider_->Send(CreateGesture(ET_GESTURE_SCROLL_BEGIN,
CreateGesture     330 ui/events/gesture_detection/gesture_provider.cc           CreateGesture(ET_GESTURE_SCROLL_UPDATE, e2, scroll_details));
CreateGesture     358 ui/events/gesture_detection/gesture_provider.cc         CreateGesture(ET_GESTURE_SHOW_PRESS, e, show_press_details));
CreateGesture     383 ui/events/gesture_detection/gesture_provider.cc         provider_->Send(CreateGesture(
CreateGesture     404 ui/events/gesture_detection/gesture_provider.cc     provider_->Send(CreateGesture(
CreateGesture     421 ui/events/gesture_detection/gesture_provider.cc               CreateGesture(ET_GESTURE_DOUBLE_TAP,
CreateGesture     441 ui/events/gesture_detection/gesture_provider.cc         CreateGesture(ET_GESTURE_LONG_PRESS, e, long_press_details));
CreateGesture     659 ui/events/gesture_detection/gesture_provider.cc     Send(CreateGesture(ET_GESTURE_SCROLL_BEGIN, event, scroll_details));
CreateGesture     665 ui/events/gesture_detection/gesture_provider.cc   Send(CreateGesture(
CreateGesture     686 ui/events/gesture_detection/gesture_provider.cc         Send(CreateGesture(ET_GESTURE_SHOW_PRESS,
CreateGesture     721 ui/events/gesture_detection/gesture_provider.cc         Send(CreateGesture(ET_GESTURE_SCROLL_BEGIN,
CreateGesture     742 ui/events/gesture_detection/gesture_provider.cc   Send(CreateGesture(ET_GESTURE_TAP_CANCEL, event));
CreateGesture     750 ui/events/gesture_detection/gesture_provider.cc   Send(CreateGesture(ET_GESTURE_TAP_CANCEL,
CreateGesture     765 ui/events/gesture_detection/gesture_provider.cc     Send(CreateGesture(ET_GESTURE_LONG_TAP, event, long_tap_details));
CreateGesture     777 ui/events/gesture_detection/gesture_provider.cc     Send(CreateGesture(ET_GESTURE_SCROLL_END, event));
CreateGesture     251 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       CreateGesture(ET_GESTURE_TAP_CANCEL, ending_event_motion_event_id_));
CreateGesture     260 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       CreateGesture(ET_SCROLL_FLING_CANCEL, ending_event_motion_event_id_));
CreateGesture     269 ui/events/gesture_detection/touch_disposition_gesture_filter.cc       CreateGesture(ET_GESTURE_SCROLL_END, ending_event_motion_event_id_));
CreateGesture     112 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc         GestureEventDataPacket::FromTouchTimeout(CreateGesture(type)));
CreateGesture     133 ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc     pending_gesture_packet_.Push(CreateGesture(type));