/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebActiveGestureAnimation.h | 36 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;
|
D | WebActiveGestureAnimation.cpp | 34 …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/ |
D | fling_curve_configuration.h | 15 class WebGestureCurve; variable 28 blink::WebGestureCurve* CreateForTouchPad( 33 blink::WebGestureCurve* CreateForTouchScreen( 43 blink::WebGestureCurve* CreateCore(
|
D | fling_curve_configuration.cc | 27 blink::WebGestureCurve* FlingCurveConfiguration::CreateCore( in CreateCore() 43 blink::WebGestureCurve* FlingCurveConfiguration::CreateForTouchPad( in CreateForTouchPad() 49 blink::WebGestureCurve* FlingCurveConfiguration::CreateForTouchScreen( in CreateForTouchScreen()
|
D | touch_fling_gesture_curve.h | 24 class TouchFlingGestureCurve : public blink::WebGestureCurve { 27 WEBKIT_CHILD_EXPORT static WebGestureCurve* Create(
|
D | touch_fling_gesture_curve_unittest.cc | 19 using blink::WebGestureCurve; 53 scoped_ptr<WebGestureCurve> curve(webkit_glue::TouchFlingGestureCurve::Create( in TEST()
|
D | touch_fling_gesture_curve.cc | 19 using blink::WebGestureCurve; 69 WebGestureCurve* TouchFlingGestureCurve::Create( in Create()
|
D | fling_animator_impl_android.h | 22 class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public blink::WebGestureCurve {
|
D | webkitplatformsupport_child_impl.h | 41 virtual blink::WebGestureCurve* createFlingAnimationCurve(
|
D | webkitplatformsupport_child_impl.cc | 43 blink::WebGestureCurve*
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGestureCurve.h | 36 class WebGestureCurve { 38 virtual ~WebGestureCurve() { } in ~WebGestureCurve()
|
D | Platform.h | 70 class WebGestureCurve; variable 561 …virtual WebGestureCurve* createFlingAnimationCurve(int deviceSource, const WebFloatPoint& velocity… in createFlingAnimationCurve()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy_client.h | 9 class WebGestureCurve; variable 30 virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
|
D | input_handler_wrapper.h | 32 virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
|
D | input_handler_wrapper.cc | 46 blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve( in CreateFlingAnimationCurve()
|
D | input_handler_proxy.h | 68 scoped_ptr<blink::WebGestureCurve> fling_curve_;
|
D | input_handler_proxy_unittest.cc | 86 class FakeWebGestureCurve : public blink::WebGestureCurve { 125 virtual blink::WebGestureCurve* CreateFlingAnimationCurve( in CreateFlingAnimationCurve()
|
/external/chromium_org/content/test/ |
D | web_gesture_curve_mock.h | 15 class WebGestureCurveMock : public blink::WebGestureCurve {
|
D | test_webkit_platform_support.h | 76 virtual blink::WebGestureCurve* createFlingAnimationCurve(
|
D | test_webkit_platform_support.cc | 252 blink::WebGestureCurve* TestWebKitPlatformSupport::createFlingAnimationCurve( in createFlingAnimationCurve()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebViewImpl.cpp | 670 …OwnPtr<WebGestureCurve> flingCurve = adoptPtr(Platform::current()->createFlingAnimationCurve(event… in handleGestureEvent() 817 …OwnPtr<WebGestureCurve> curve = adoptPtr(Platform::current()->createFlingAnimationCurve(parameters… in transferActiveWheelFlingAnimation()
|