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 45 blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve(
49 return blink::Platform::current()->createFlingAnimationCurve(
  /external/chromium_org/content/test/
test_webkit_platform_support.h 72 virtual blink::WebGestureCurve* createFlingAnimationCurve(
test_webkit_platform_support.cc 237 blink::WebGestureCurve* TestWebKitPlatformSupport::createFlingAnimationCurve(
  /external/chromium_org/content/child/
blink_platform_impl.h 147 virtual blink::WebGestureCurve* createFlingAnimationCurve(
blink_platform_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 582 virtual WebGestureCurve* createFlingAnimationCurve(WebGestureDevice deviceSource, const WebFloatPoint& velocity, const WebSize& cumulativeScroll) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 658 OwnPtr<WebGestureCurve> flingCurve = adoptPtr(Platform::current()->createFlingAnimationCurve(event.sourceDevice, WebFloatPoint(event.data.flingStart.velocityX, event.data.flingStart.velocityY), WebSize()));
    [all...]

Completed in 228 milliseconds