HomeSort by relevance Sort by last modified time
    Searched refs:m_gestureAnimation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 640 m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this);
782 ASSERT(!m_gestureAnimation);
788 m_gestureAnimation = WebActiveGestureAnimation::createWithTimeOffset(curve.release(), this, parameters.startTime);
794 if (m_gestureAnimation) {
795 m_gestureAnimation.clear();
    [all...]
WebViewImpl.h 699 OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;

Completed in 440 milliseconds