HomeSort by relevance Sort by last modified time
    Searched refs:GetGestureType (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/input/
synthetic_tap_gesture_params.cc 23 SyntheticGestureParams::GestureType SyntheticTapGestureParams::GetGestureType()
31 DCHECK_EQ(TAP_GESTURE, gesture_params->GetGestureType());
synthetic_pinch_gesture_params.cc 26 SyntheticPinchGestureParams::GetGestureType() const {
33 DCHECK_EQ(PINCH_GESTURE, gesture_params->GetGestureType());
synthetic_smooth_scroll_gesture_params.cc 30 SyntheticSmoothScrollGestureParams::GetGestureType() const {
38 DCHECK_EQ(SMOOTH_SCROLL_GESTURE, gesture_params->GetGestureType());
synthetic_gesture_params.h 52 virtual GestureType GetGestureType() const = 0;
synthetic_pinch_gesture_params.h 22 virtual GestureType GetGestureType() const OVERRIDE;
synthetic_smooth_scroll_gesture_params.h 25 virtual GestureType GetGestureType() const OVERRIDE;
synthetic_tap_gesture_params.h 21 virtual GestureType GetGestureType() const OVERRIDE;
input_param_traits.cc 59 WriteParam(m, p.gesture_params()->GetGestureType());
60 switch (p.gesture_params()->GetGestureType()) {
108 switch (p.gesture_params()->GetGestureType()) {
input_param_traits_unittest.cc 73 ASSERT_EQ(a->gesture_params()->GetGestureType(),
74 b->gesture_params()->GetGestureType());
75 switch (a->gesture_params()->GetGestureType()) {
200 gesture_params->GetGestureType());
215 gesture_params->GetGestureType());
229 gesture_params->GetGestureType());
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture.cc 31 switch (gesture_params.GetGestureType()) {

Completed in 6075 milliseconds