HomeSort by relevance Sort by last modified time
    Searched defs:SyntheticSmoothScrollGestureParams (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/input/
synthetic_smooth_scroll_gesture_params.cc 16 SyntheticSmoothScrollGestureParams::SyntheticSmoothScrollGestureParams()
19 SyntheticSmoothScrollGestureParams::SyntheticSmoothScrollGestureParams(
20 const SyntheticSmoothScrollGestureParams& other)
27 SyntheticSmoothScrollGestureParams::~SyntheticSmoothScrollGestureParams() {}
30 SyntheticSmoothScrollGestureParams::GetGestureType() const {
34 const SyntheticSmoothScrollGestureParams*
35 SyntheticSmoothScrollGestureParams::Cast
    [all...]
synthetic_smooth_scroll_gesture_params.h 15 struct CONTENT_EXPORT SyntheticSmoothScrollGestureParams
18 SyntheticSmoothScrollGestureParams();
19 SyntheticSmoothScrollGestureParams(
20 const SyntheticSmoothScrollGestureParams& other);
21 virtual ~SyntheticSmoothScrollGestureParams();
30 static const SyntheticSmoothScrollGestureParams* Cast(

Completed in 25 milliseconds