GetGestureType     31 content/browser/renderer_host/input/synthetic_gesture.cc   switch (gesture_params.GetGestureType()) {
GetGestureType     59 content/common/input/input_param_traits.cc   WriteParam(m, p.gesture_params()->GetGestureType());
GetGestureType     60 content/common/input/input_param_traits.cc   switch (p.gesture_params()->GetGestureType()) {
GetGestureType    108 content/common/input/input_param_traits.cc   switch (p.gesture_params()->GetGestureType()) {
GetGestureType     74 content/common/input/input_param_traits_unittest.cc     ASSERT_EQ(a->gesture_params()->GetGestureType(),
GetGestureType     75 content/common/input/input_param_traits_unittest.cc               b->gesture_params()->GetGestureType());
GetGestureType     76 content/common/input/input_param_traits_unittest.cc     switch (a->gesture_params()->GetGestureType()) {
GetGestureType    201 content/common/input/input_param_traits_unittest.cc             gesture_params->GetGestureType());
GetGestureType    217 content/common/input/input_param_traits_unittest.cc             gesture_params->GetGestureType());
GetGestureType    231 content/common/input/input_param_traits_unittest.cc             gesture_params->GetGestureType());
GetGestureType     52 content/common/input/synthetic_gesture_params.h   virtual GestureType GetGestureType() const = 0;
GetGestureType     35 content/common/input/synthetic_pinch_gesture_params.cc   DCHECK_EQ(PINCH_GESTURE, gesture_params->GetGestureType());
GetGestureType     22 content/common/input/synthetic_pinch_gesture_params.h   virtual GestureType GetGestureType() const OVERRIDE;
GetGestureType     38 content/common/input/synthetic_smooth_scroll_gesture_params.cc   DCHECK_EQ(SMOOTH_SCROLL_GESTURE, gesture_params->GetGestureType());
GetGestureType     25 content/common/input/synthetic_smooth_scroll_gesture_params.h   virtual GestureType GetGestureType() const OVERRIDE;
GetGestureType     31 content/common/input/synthetic_tap_gesture_params.cc   DCHECK_EQ(TAP_GESTURE, gesture_params->GetGestureType());
GetGestureType     21 content/common/input/synthetic_tap_gesture_params.h   virtual GestureType GetGestureType() const OVERRIDE;