Searched refs:SyntheticSmoothScrollGesture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_smooth_scroll_gesture.cc32 SyntheticSmoothScrollGesture::SyntheticSmoothScrollGesture( function in class:content::SyntheticSmoothScrollGesture
38 SyntheticSmoothScrollGesture::~SyntheticSmoothScrollGesture() {}
40 SyntheticGesture::Result SyntheticSmoothScrollGesture::ForwardInputEvents(
64 void SyntheticSmoothScrollGesture::ForwardTouchInputEvents(
124 void SyntheticSmoothScrollGesture::ForwardMouseInputEvents(
172 void SyntheticSmoothScrollGesture::ForwardTouchEvent(
179 void SyntheticSmoothScrollGesture::ForwardMouseWheelEvent(
194 void SyntheticSmoothScrollGesture
[all...]
H A Dsynthetic_smooth_scroll_gesture.h27 class CONTENT_EXPORT SyntheticSmoothScrollGesture : public SyntheticGesture { class in namespace:content
29 explicit SyntheticSmoothScrollGesture(
31 virtual ~SyntheticSmoothScrollGesture();
86 DISALLOW_COPY_AND_ASSIGN(SyntheticSmoothScrollGesture);
H A Dsynthetic_gesture.cc33 return CreateGesture<SyntheticSmoothScrollGesture,
H A Dsynthetic_gesture_controller_unittest.cc562 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
563 new SyntheticSmoothScrollGesture(params));
584 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
585 new SyntheticSmoothScrollGesture(params));
632 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
633 new SyntheticSmoothScrollGesture(params));
659 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
660 new SyntheticSmoothScrollGesture(params));
687 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
688 new SyntheticSmoothScrollGesture(param
[all...]
H A Dtouch_action_browsertest.cc138 scoped_ptr<SyntheticSmoothScrollGesture> gesture(
139 new SyntheticSmoothScrollGesture(params));

Completed in 385 milliseconds