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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebActiveGestureAnimation.h 45 static PassOwnPtr<WebActiveGestureAnimation> createAtAnimationStart(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*);
WebActiveGestureAnimation.cpp 34 PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createAtAnimationStart(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target)
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 676 m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this);
    [all...]

Completed in 1482 milliseconds