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 676 m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this);
684 if (m_gestureAnimation) {
685 m_gestureAnimation.clear();
817 ASSERT(!m_gestureAnimation);
822 m_gestureAnimation = WebActiveGestureAnimation::createWithTimeOffset(curve.release(), this, parameters.startTime);
    [all...]
WebViewImpl.h 818 OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
    [all...]

Completed in 27 milliseconds