WebActiveGestureAnimation   34 Source/platform/exported/WebActiveGestureAnimation.cpp PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createAtAnimationStart(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target)
WebActiveGestureAnimation   36 Source/platform/exported/WebActiveGestureAnimation.cpp     return adoptPtr(new WebActiveGestureAnimation(curve, target, 0, true));
WebActiveGestureAnimation   39 Source/platform/exported/WebActiveGestureAnimation.cpp PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createWithTimeOffset(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime)
WebActiveGestureAnimation   41 Source/platform/exported/WebActiveGestureAnimation.cpp     return adoptPtr(new WebActiveGestureAnimation(curve, target, startTime, false));
WebActiveGestureAnimation   44 Source/platform/exported/WebActiveGestureAnimation.cpp WebActiveGestureAnimation::~WebActiveGestureAnimation()
WebActiveGestureAnimation   48 Source/platform/exported/WebActiveGestureAnimation.cpp WebActiveGestureAnimation::WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime, bool waitingForFirstTick)
WebActiveGestureAnimation   56 Source/platform/exported/WebActiveGestureAnimation.cpp bool WebActiveGestureAnimation::animate(double time)
WebActiveGestureAnimation   43 Source/platform/exported/WebActiveGestureAnimation.h class PLATFORM_EXPORT WebActiveGestureAnimation {
WebActiveGestureAnimation   44 Source/platform/exported/WebActiveGestureAnimation.h     WTF_MAKE_NONCOPYABLE(WebActiveGestureAnimation);
WebActiveGestureAnimation   46 Source/platform/exported/WebActiveGestureAnimation.h     static PassOwnPtr<WebActiveGestureAnimation> createAtAnimationStart(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*);
WebActiveGestureAnimation   47 Source/platform/exported/WebActiveGestureAnimation.h     static PassOwnPtr<WebActiveGestureAnimation> createWithTimeOffset(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*, double startTime);
WebActiveGestureAnimation   48 Source/platform/exported/WebActiveGestureAnimation.h     ~WebActiveGestureAnimation();
WebActiveGestureAnimation   54 Source/platform/exported/WebActiveGestureAnimation.h     WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*, double startTime, bool waitingForFirstTick);
WebActiveGestureAnimation  621 Source/web/WebViewImpl.cpp         m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this);
WebActiveGestureAnimation  768 Source/web/WebViewImpl.cpp     m_gestureAnimation = WebActiveGestureAnimation::createWithTimeOffset(curve.release(), this, parameters.startTime);
WebActiveGestureAnimation   94 Source/web/WebViewImpl.h class WebActiveGestureAnimation;
WebActiveGestureAnimation  743 Source/web/WebViewImpl.h     OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;