Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp670 …OwnPtr<WebGestureCurve> flingCurve = adoptPtr(Platform::current()->createFlingAnimationCurve(event… in handleGestureEvent() local
671 …m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this); in handleGestureEvent()