Home
last modified time | relevance | path

Searched refs:GestureType (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/common/input/
Dinput_param_traits.cc15 template<typename GestureType>
20 scoped_ptr<GestureType> gesture_params(new GestureType); in ReadGestureParams()
79 content::SyntheticGestureParams::GestureType gesture_type; in Read()
Dsynthetic_gesture_params.h46 enum GestureType { enum
52 virtual GestureType GetGestureType() const = 0;
Dsynthetic_tap_gesture_params.h21 virtual GestureType GetGestureType() const OVERRIDE;
Dsynthetic_pinch_gesture_params.h22 virtual GestureType GetGestureType() const OVERRIDE;
Dsynthetic_smooth_scroll_gesture_params.h23 virtual GestureType GetGestureType() const OVERRIDE;
Dsynthetic_tap_gesture_params.cc21 SyntheticGestureParams::GestureType SyntheticTapGestureParams::GetGestureType() in GetGestureType()
Dsynthetic_pinch_gesture_params.cc27 SyntheticGestureParams::GestureType
Dsynthetic_smooth_scroll_gesture_params.cc29 SyntheticGestureParams::GestureType
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture.cc16 template <typename GestureType, typename GestureParamsType>
20 new GestureType(*GestureParamsType::Cast(&gesture_params))); in CreateGesture()
/external/chromium_org/content/common/
Dinput_messages.h44 content::SyntheticGestureParams::GestureType,