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

  /external/chromium_org/content/renderer/input/
input_handler_wrapper.cc 44 blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve(
48 return blink::Platform::current()->createFlingAnimationCurve(
  /external/chromium_org/content/test/
test_webkit_platform_support.h 70 virtual blink::WebGestureCurve* createFlingAnimationCurve(
test_webkit_platform_support.cc 226 blink::WebGestureCurve* TestWebKitPlatformSupport::createFlingAnimationCurve(
  /external/chromium_org/content/child/
blink_platform_impl.h 143 virtual blink::WebGestureCurve* createFlingAnimationCurve(
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 594 virtual WebGestureCurve* createFlingAnimationCurve(WebGestureDevice deviceSource, const WebFloatPoint& velocity, const WebSize& cumulativeScroll) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 638 OwnPtr<WebGestureCurve> flingCurve = adoptPtr(Platform::current()->createFlingAnimationCurve(event.sourceDevice, WebFloatPoint(event.data.flingStart.velocityX, event.data.flingStart.velocityY), WebSize()));
786 OwnPtr<WebGestureCurve> curve = adoptPtr(Platform::current()->createFlingAnimationCurve(parameters.sourceDevice, WebFloatPoint(parameters.delta), parameters.cumulativeScroll));
    [all...]

Completed in 276 milliseconds