Home
last modified time | relevance | path

Searched refs:WebGestureCurve (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebActiveGestureAnimation.h36 class WebGestureCurve; variable
46 …static PassOwnPtr<WebActiveGestureAnimation> createAtAnimationStart(PassOwnPtr<WebGestureCurve>, W…
47 …static PassOwnPtr<WebActiveGestureAnimation> createWithTimeOffset(PassOwnPtr<WebGestureCurve>, Web…
54 …WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*, double startTime, b…
58 OwnPtr<WebGestureCurve> m_curve;
DWebActiveGestureAnimation.cpp34 …mation> WebActiveGestureAnimation::createAtAnimationStart(PassOwnPtr<WebGestureCurve> curve, WebGe… in createAtAnimationStart()
39 …nimation> WebActiveGestureAnimation::createWithTimeOffset(PassOwnPtr<WebGestureCurve> curve, WebGe… in createWithTimeOffset()
48 WebActiveGestureAnimation::WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve> curve, WebGestureC… in WebActiveGestureAnimation()
/external/chromium_org/webkit/child/
Dfling_curve_configuration.h15 class WebGestureCurve; variable
28 blink::WebGestureCurve* CreateForTouchPad(
33 blink::WebGestureCurve* CreateForTouchScreen(
43 blink::WebGestureCurve* CreateCore(
Dfling_curve_configuration.cc27 blink::WebGestureCurve* FlingCurveConfiguration::CreateCore( in CreateCore()
43 blink::WebGestureCurve* FlingCurveConfiguration::CreateForTouchPad( in CreateForTouchPad()
49 blink::WebGestureCurve* FlingCurveConfiguration::CreateForTouchScreen( in CreateForTouchScreen()
Dtouch_fling_gesture_curve.h24 class TouchFlingGestureCurve : public blink::WebGestureCurve {
27 WEBKIT_CHILD_EXPORT static WebGestureCurve* Create(
Dtouch_fling_gesture_curve_unittest.cc19 using blink::WebGestureCurve;
53 scoped_ptr<WebGestureCurve> curve(webkit_glue::TouchFlingGestureCurve::Create( in TEST()
Dtouch_fling_gesture_curve.cc19 using blink::WebGestureCurve;
69 WebGestureCurve* TouchFlingGestureCurve::Create( in Create()
Dfling_animator_impl_android.h22 class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public blink::WebGestureCurve {
Dwebkitplatformsupport_child_impl.h41 virtual blink::WebGestureCurve* createFlingAnimationCurve(
Dwebkitplatformsupport_child_impl.cc43 blink::WebGestureCurve*
/external/chromium_org/third_party/WebKit/public/platform/
DWebGestureCurve.h36 class WebGestureCurve {
38 virtual ~WebGestureCurve() { } in ~WebGestureCurve()
DPlatform.h70 class WebGestureCurve; variable
561 …virtual WebGestureCurve* createFlingAnimationCurve(int deviceSource, const WebFloatPoint& velocity… in createFlingAnimationCurve()
/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_client.h9 class WebGestureCurve; variable
30 virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
Dinput_handler_wrapper.h32 virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
Dinput_handler_wrapper.cc46 blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve( in CreateFlingAnimationCurve()
Dinput_handler_proxy.h68 scoped_ptr<blink::WebGestureCurve> fling_curve_;
Dinput_handler_proxy_unittest.cc86 class FakeWebGestureCurve : public blink::WebGestureCurve {
125 virtual blink::WebGestureCurve* CreateFlingAnimationCurve( in CreateFlingAnimationCurve()
/external/chromium_org/content/test/
Dweb_gesture_curve_mock.h15 class WebGestureCurveMock : public blink::WebGestureCurve {
Dtest_webkit_platform_support.h76 virtual blink::WebGestureCurve* createFlingAnimationCurve(
Dtest_webkit_platform_support.cc252 blink::WebGestureCurve* TestWebKitPlatformSupport::createFlingAnimationCurve( in createFlingAnimationCurve()
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp670 …OwnPtr<WebGestureCurve> flingCurve = adoptPtr(Platform::current()->createFlingAnimationCurve(event… in handleGestureEvent()
817 …OwnPtr<WebGestureCurve> curve = adoptPtr(Platform::current()->createFlingAnimationCurve(parameters… in transferActiveWheelFlingAnimation()