SyntheticGestureParams   18 content/browser/renderer_host/input/synthetic_gesture.cc     const SyntheticGestureParams& gesture_params) {
SyntheticGestureParams   30 content/browser/renderer_host/input/synthetic_gesture.cc     const SyntheticGestureParams& gesture_params) {
SyntheticGestureParams   32 content/browser/renderer_host/input/synthetic_gesture.cc     case SyntheticGestureParams::SMOOTH_SCROLL_GESTURE:
SyntheticGestureParams   35 content/browser/renderer_host/input/synthetic_gesture.cc     case SyntheticGestureParams::PINCH_GESTURE:
SyntheticGestureParams   38 content/browser/renderer_host/input/synthetic_gesture.cc     case SyntheticGestureParams::TAP_GESTURE:
SyntheticGestureParams   34 content/browser/renderer_host/input/synthetic_gesture.h       const SyntheticGestureParams& gesture_params);
SyntheticGestureParams   87 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   virtual SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   89 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc     return SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams   92 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc       SyntheticGestureParams::GestureSourceType gesture_source_type)
SyntheticGestureParams  543 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  565 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  613 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  637 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  665 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  690 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  710 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  730 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  750 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  770 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  792 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  838 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  862 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  890 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  913 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  936 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  957 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  980 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc   params.gesture_source_type = SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams   36 content/browser/renderer_host/input/synthetic_gesture_target.h   virtual SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   41 content/browser/renderer_host/input/synthetic_gesture_target.h       SyntheticGestureParams::GestureSourceType gesture_source_type) const = 0;
SyntheticGestureParams   80 content/browser/renderer_host/input/synthetic_gesture_target_android.cc SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   82 content/browser/renderer_host/input/synthetic_gesture_target_android.cc   return SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams   86 content/browser/renderer_host/input/synthetic_gesture_target_android.cc     SyntheticGestureParams::GestureSourceType gesture_source_type) const {
SyntheticGestureParams   87 content/browser/renderer_host/input/synthetic_gesture_target_android.cc   return gesture_source_type == SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams   30 content/browser/renderer_host/input/synthetic_gesture_target_android.h   virtual SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   33 content/browser/renderer_host/input/synthetic_gesture_target_android.h       SyntheticGestureParams::GestureSourceType gesture_source_type) const
SyntheticGestureParams  130 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc SyntheticGestureParams::GestureSourceType
SyntheticGestureParams  132 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc   return SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  136 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc     SyntheticGestureParams::GestureSourceType gesture_source_type) const {
SyntheticGestureParams  137 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc   return gesture_source_type == SyntheticGestureParams::TOUCH_INPUT ||
SyntheticGestureParams  138 content/browser/renderer_host/input/synthetic_gesture_target_aura.cc       gesture_source_type == SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams   40 content/browser/renderer_host/input/synthetic_gesture_target_aura.h   virtual SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   43 content/browser/renderer_host/input/synthetic_gesture_target_aura.h       SyntheticGestureParams::GestureSourceType gesture_source_type) const
SyntheticGestureParams   54 content/browser/renderer_host/input/synthetic_gesture_target_base.cc             SyntheticGestureParams::TOUCH_INPUT));
SyntheticGestureParams   61 content/browser/renderer_host/input/synthetic_gesture_target_base.cc             SyntheticGestureParams::MOUSE_INPUT));
SyntheticGestureParams   68 content/browser/renderer_host/input/synthetic_gesture_target_base.cc             SyntheticGestureParams::MOUSE_INPUT));
SyntheticGestureParams  100 content/browser/renderer_host/input/synthetic_gesture_target_base.cc SyntheticGestureParams::GestureSourceType
SyntheticGestureParams  102 content/browser/renderer_host/input/synthetic_gesture_target_base.cc   return SyntheticGestureParams::MOUSE_INPUT;
SyntheticGestureParams  106 content/browser/renderer_host/input/synthetic_gesture_target_base.cc     SyntheticGestureParams::GestureSourceType gesture_source_type) const {
SyntheticGestureParams  107 content/browser/renderer_host/input/synthetic_gesture_target_base.cc   return gesture_source_type == SyntheticGestureParams::MOUSE_INPUT ||
SyntheticGestureParams  108 content/browser/renderer_host/input/synthetic_gesture_target_base.cc       gesture_source_type == SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams   48 content/browser/renderer_host/input/synthetic_gesture_target_base.h   virtual SyntheticGestureParams::GestureSourceType
SyntheticGestureParams   51 content/browser/renderer_host/input/synthetic_gesture_target_base.h       SyntheticGestureParams::GestureSourceType gesture_source_type) const
SyntheticGestureParams   19 content/browser/renderer_host/input/synthetic_pinch_gesture.cc       gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
SyntheticGestureParams   30 content/browser/renderer_host/input/synthetic_pinch_gesture.cc     if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
SyntheticGestureParams   40 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
SyntheticGestureParams   41 content/browser/renderer_host/input/synthetic_pinch_gesture.cc   if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT)
SyntheticGestureParams   56 content/browser/renderer_host/input/synthetic_pinch_gesture.h   SyntheticGestureParams::GestureSourceType gesture_source_type_;
SyntheticGestureParams   35 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc       gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
SyntheticGestureParams   44 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc     if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
SyntheticGestureParams   55 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
SyntheticGestureParams   56 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT)
SyntheticGestureParams   58 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.cc   else if (gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT)
SyntheticGestureParams   80 content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h   SyntheticGestureParams::GestureSourceType gesture_source_type_;
SyntheticGestureParams   16 content/browser/renderer_host/input/synthetic_tap_gesture.cc       gesture_source_type_(SyntheticGestureParams::DEFAULT_INPUT),
SyntheticGestureParams   27 content/browser/renderer_host/input/synthetic_tap_gesture.cc     if (gesture_source_type_ == SyntheticGestureParams::DEFAULT_INPUT)
SyntheticGestureParams   36 content/browser/renderer_host/input/synthetic_tap_gesture.cc   DCHECK_NE(gesture_source_type_, SyntheticGestureParams::DEFAULT_INPUT);
SyntheticGestureParams   37 content/browser/renderer_host/input/synthetic_tap_gesture.cc   if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT ||
SyntheticGestureParams   38 content/browser/renderer_host/input/synthetic_tap_gesture.cc       gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT)
SyntheticGestureParams   76 content/browser/renderer_host/input/synthetic_tap_gesture.cc   if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT) {
SyntheticGestureParams   80 content/browser/renderer_host/input/synthetic_tap_gesture.cc   } else if (gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT) {
SyntheticGestureParams   96 content/browser/renderer_host/input/synthetic_tap_gesture.cc   if (gesture_source_type_ == SyntheticGestureParams::TOUCH_INPUT) {
SyntheticGestureParams  100 content/browser/renderer_host/input/synthetic_tap_gesture.cc   } else if (gesture_source_type_ == SyntheticGestureParams::MOUSE_INPUT) {
SyntheticGestureParams   45 content/browser/renderer_host/input/synthetic_tap_gesture.h   SyntheticGestureParams::GestureSourceType gesture_source_type_;
SyntheticGestureParams  132 content/browser/renderer_host/input/touch_action_browsertest.cc     params.gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams   16 content/common/input/input_param_traits.cc scoped_ptr<content::SyntheticGestureParams> ReadGestureParams(
SyntheticGestureParams   22 content/common/input/input_param_traits.cc     return scoped_ptr<content::SyntheticGestureParams>();
SyntheticGestureParams   24 content/common/input/input_param_traits.cc   return gesture_params.template PassAs<content::SyntheticGestureParams>();
SyntheticGestureParams   61 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::SMOOTH_SCROLL_GESTURE:
SyntheticGestureParams   65 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::PINCH_GESTURE:
SyntheticGestureParams   69 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::TAP_GESTURE:
SyntheticGestureParams   79 content/common/input/input_param_traits.cc   content::SyntheticGestureParams::GestureType gesture_type;
SyntheticGestureParams   82 content/common/input/input_param_traits.cc   scoped_ptr<content::SyntheticGestureParams> gesture_params;
SyntheticGestureParams   84 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::SMOOTH_SCROLL_GESTURE:
SyntheticGestureParams   89 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::PINCH_GESTURE:
SyntheticGestureParams   93 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::TAP_GESTURE:
SyntheticGestureParams  109 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::SMOOTH_SCROLL_GESTURE:
SyntheticGestureParams  115 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::PINCH_GESTURE:
SyntheticGestureParams  120 content/common/input/input_param_traits.cc     case content::SyntheticGestureParams::TAP_GESTURE:
SyntheticGestureParams   77 content/common/input/input_param_traits_unittest.cc       case SyntheticGestureParams::SMOOTH_SCROLL_GESTURE:
SyntheticGestureParams   81 content/common/input/input_param_traits_unittest.cc       case SyntheticGestureParams::PINCH_GESTURE:
SyntheticGestureParams   85 content/common/input/input_param_traits_unittest.cc       case SyntheticGestureParams::TAP_GESTURE:
SyntheticGestureParams  194 content/common/input/input_param_traits_unittest.cc   gesture_params->gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  200 content/common/input/input_param_traits_unittest.cc   ASSERT_EQ(SyntheticGestureParams::SMOOTH_SCROLL_GESTURE,
SyntheticGestureParams  203 content/common/input/input_param_traits_unittest.cc   packet_in.set_gesture_params(gesture_params.PassAs<SyntheticGestureParams>());
SyntheticGestureParams  211 content/common/input/input_param_traits_unittest.cc   gesture_params->gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  216 content/common/input/input_param_traits_unittest.cc   ASSERT_EQ(SyntheticGestureParams::PINCH_GESTURE,
SyntheticGestureParams  219 content/common/input/input_param_traits_unittest.cc   packet_in.set_gesture_params(gesture_params.PassAs<SyntheticGestureParams>());
SyntheticGestureParams  227 content/common/input/input_param_traits_unittest.cc   gesture_params->gesture_source_type = SyntheticGestureParams::TOUCH_INPUT;
SyntheticGestureParams  230 content/common/input/input_param_traits_unittest.cc   ASSERT_EQ(SyntheticGestureParams::TAP_GESTURE,
SyntheticGestureParams  233 content/common/input/input_param_traits_unittest.cc   packet_in.set_gesture_params(gesture_params.PassAs<SyntheticGestureParams>());
SyntheticGestureParams   21 content/common/input/synthetic_gesture_packet.h   void set_gesture_params(scoped_ptr<SyntheticGestureParams> gesture_params) {
SyntheticGestureParams   24 content/common/input/synthetic_gesture_packet.h   const SyntheticGestureParams* gesture_params() const {
SyntheticGestureParams   27 content/common/input/synthetic_gesture_packet.h   scoped_ptr<SyntheticGestureParams> pass_gesture_params() {
SyntheticGestureParams   32 content/common/input/synthetic_gesture_packet.h   scoped_ptr<SyntheticGestureParams> gesture_params_;
SyntheticGestureParams    9 content/common/input/synthetic_gesture_params.cc SyntheticGestureParams::SyntheticGestureParams()
SyntheticGestureParams   12 content/common/input/synthetic_gesture_params.cc SyntheticGestureParams::SyntheticGestureParams(
SyntheticGestureParams   13 content/common/input/synthetic_gesture_params.cc     const SyntheticGestureParams& other)
SyntheticGestureParams   16 content/common/input/synthetic_gesture_params.cc SyntheticGestureParams::~SyntheticGestureParams() {}
SyntheticGestureParams   30 content/common/input/synthetic_gesture_params.h struct CONTENT_EXPORT SyntheticGestureParams {
SyntheticGestureParams   31 content/common/input/synthetic_gesture_params.h   SyntheticGestureParams();
SyntheticGestureParams   32 content/common/input/synthetic_gesture_params.h   SyntheticGestureParams(const SyntheticGestureParams& other);
SyntheticGestureParams   33 content/common/input/synthetic_gesture_params.h   virtual ~SyntheticGestureParams();
SyntheticGestureParams   18 content/common/input/synthetic_pinch_gesture_params.cc     : SyntheticGestureParams(other),
SyntheticGestureParams   27 content/common/input/synthetic_pinch_gesture_params.cc SyntheticGestureParams::GestureType
SyntheticGestureParams   33 content/common/input/synthetic_pinch_gesture_params.cc     const SyntheticGestureParams* gesture_params) {
SyntheticGestureParams   15 content/common/input/synthetic_pinch_gesture_params.h     : public SyntheticGestureParams {
SyntheticGestureParams   30 content/common/input/synthetic_pinch_gesture_params.h       const SyntheticGestureParams* gesture_params);
SyntheticGestureParams   21 content/common/input/synthetic_smooth_scroll_gesture_params.cc     : SyntheticGestureParams(other),
SyntheticGestureParams   29 content/common/input/synthetic_smooth_scroll_gesture_params.cc SyntheticGestureParams::GestureType
SyntheticGestureParams   36 content/common/input/synthetic_smooth_scroll_gesture_params.cc     const SyntheticGestureParams* gesture_params) {
SyntheticGestureParams   18 content/common/input/synthetic_smooth_scroll_gesture_params.h     : public SyntheticGestureParams {
SyntheticGestureParams   33 content/common/input/synthetic_smooth_scroll_gesture_params.h       const SyntheticGestureParams* gesture_params);
SyntheticGestureParams   17 content/common/input/synthetic_tap_gesture_params.cc     : SyntheticGestureParams(other),
SyntheticGestureParams   23 content/common/input/synthetic_tap_gesture_params.cc SyntheticGestureParams::GestureType SyntheticTapGestureParams::GetGestureType()
SyntheticGestureParams   29 content/common/input/synthetic_tap_gesture_params.cc     const SyntheticGestureParams* gesture_params) {
SyntheticGestureParams   15 content/common/input/synthetic_tap_gesture_params.h     : public SyntheticGestureParams {
SyntheticGestureParams   27 content/common/input/synthetic_tap_gesture_params.h       const SyntheticGestureParams* gesture_params);
SyntheticGestureParams   41 content/common/input_messages.h     content::SyntheticGestureParams::GestureSourceType,
SyntheticGestureParams   42 content/common/input_messages.h     content::SyntheticGestureParams::GESTURE_SOURCE_TYPE_MAX)
SyntheticGestureParams   44 content/common/input_messages.h     content::SyntheticGestureParams::GestureType,
SyntheticGestureParams   45 content/common/input_messages.h     content::SyntheticGestureParams::SYNTHETIC_GESTURE_TYPE_MAX)
SyntheticGestureParams   65 content/common/input_messages.h IPC_STRUCT_TRAITS_BEGIN(content::SyntheticGestureParams)
SyntheticGestureParams   70 content/common/input_messages.h   IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams)
SyntheticGestureParams   78 content/common/input_messages.h   IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams)
SyntheticGestureParams   86 content/common/input_messages.h   IPC_STRUCT_TRAITS_PARENT(content::SyntheticGestureParams)
SyntheticGestureParams  476 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_source_type > SyntheticGestureParams::GESTURE_SOURCE_TYPE_MAX) {
SyntheticGestureParams  481 content/renderer/gpu/gpu_benchmarking_extension.cc         static_cast<SyntheticGestureParams::GestureSourceType>(
SyntheticGestureParams  524 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_params.PassAs<SyntheticGestureParams>(),
SyntheticGestureParams  618 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_params.PassAs<SyntheticGestureParams>(),
SyntheticGestureParams  671 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_params.PassAs<SyntheticGestureParams>(),
SyntheticGestureParams  708 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_source_type > SyntheticGestureParams::GESTURE_SOURCE_TYPE_MAX) {
SyntheticGestureParams  713 content/renderer/gpu/gpu_benchmarking_extension.cc         static_cast<SyntheticGestureParams::GestureSourceType>(
SyntheticGestureParams  729 content/renderer/gpu/gpu_benchmarking_extension.cc         gesture_params.PassAs<SyntheticGestureParams>(),
SyntheticGestureParams 2097 content/renderer/render_widget.cc     scoped_ptr<SyntheticGestureParams> gesture_params,
SyntheticGestureParams  180 content/renderer/render_widget.h       scoped_ptr<SyntheticGestureParams> gesture_params,