Searched refs:m_gestureAnimation (Results 1 – 2 of 2) sorted by relevance
660 …m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this); in handleGestureEvent()831 ASSERT(!m_gestureAnimation); in transferActiveWheelFlingAnimation()837 …m_gestureAnimation = WebActiveGestureAnimation::createWithTimeOffset(curve.release(), this, parame… in transferActiveWheelFlingAnimation()843 if (m_gestureAnimation) { in endActiveFlingAnimation()844 m_gestureAnimation.clear(); in endActiveFlingAnimation()1824 if (m_gestureAnimation) { in beginFrame()1825 if (m_gestureAnimation->animate(validFrameTime.lastFrameTimeMonotonic)) in beginFrame()
724 OwnPtr<WebActiveGestureAnimation> m_gestureAnimation; variable