Home
last modified time | relevance | path

Searched refs:m_gestureAnimation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp660m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this); in handleGestureEvent()
831 ASSERT(!m_gestureAnimation); in transferActiveWheelFlingAnimation()
837m_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()
DWebViewImpl.h724 OwnPtr<WebActiveGestureAnimation> m_gestureAnimation; variable