Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_smooth_scroll_gesture.cc32 SyntheticSmoothScrollGesture::SyntheticSmoothScrollGesture( in SyntheticSmoothScrollGesture() function in content::SyntheticSmoothScrollGesture
38 SyntheticSmoothScrollGesture::~SyntheticSmoothScrollGesture() {} in ~SyntheticSmoothScrollGesture()
40 SyntheticGesture::Result SyntheticSmoothScrollGesture::ForwardInputEvents( in ForwardInputEvents()
64 void SyntheticSmoothScrollGesture::ForwardTouchInputEvents( in ForwardTouchInputEvents()
115 void SyntheticSmoothScrollGesture::ForwardMouseInputEvents( in ForwardMouseInputEvents()
163 void SyntheticSmoothScrollGesture::ForwardTouchEvent( in ForwardTouchEvent()
170 void SyntheticSmoothScrollGesture::ForwardMouseWheelEvent( in ForwardMouseWheelEvent()
185 void SyntheticSmoothScrollGesture::PressTouchPoint( in PressTouchPoint()
192 void SyntheticSmoothScrollGesture::MoveTouchPoint( in MoveTouchPoint()
204 void SyntheticSmoothScrollGesture::ReleaseTouchPoint( in ReleaseTouchPoint()
[all …]
Dsynthetic_gesture_controller_unittest.cc564 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in TEST_F()
565 new SyntheticSmoothScrollGesture(params)); in TEST_F()
585 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in TEST_F()
586 new SyntheticSmoothScrollGesture(params)); in TEST_F()
626 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in TEST_F()
627 new SyntheticSmoothScrollGesture(params)); in TEST_F()
653 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in TEST_F()
654 new SyntheticSmoothScrollGesture(params)); in TEST_F()
681 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in TEST_F()
682 new SyntheticSmoothScrollGesture(params)); in TEST_F()
[all …]
Dsynthetic_smooth_scroll_gesture.h27 class CONTENT_EXPORT SyntheticSmoothScrollGesture : public SyntheticGesture {
29 explicit SyntheticSmoothScrollGesture(
31 virtual ~SyntheticSmoothScrollGesture();
86 DISALLOW_COPY_AND_ASSIGN(SyntheticSmoothScrollGesture);
Dtouch_action_browsertest.cc138 scoped_ptr<SyntheticSmoothScrollGesture> gesture( in DoTouchScroll()
139 new SyntheticSmoothScrollGesture(params)); in DoTouchScroll()
Dsynthetic_gesture.cc33 return CreateGesture<SyntheticSmoothScrollGesture, in Create()