Searched refs:current_fling_velocity (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/common/input/
H A Ddid_overscroll_params.h19 gfx::Vector2dF current_fling_velocity; member in struct:content::DidOverscrollParams
/external/chromium_org/content/public/browser/android/
H A Dsynchronous_compositor_client.h40 gfx::Vector2dF current_fling_velocity) = 0;
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc66 const gfx::Vector2dF& current_fling_velocity,
73 if (gfx::DotProduct(current_fling_velocity, dx) <= 0)
89 bool ShouldBoostFling(const gfx::Vector2dF& current_fling_velocity, argument
97 if (gfx::DotProduct(current_fling_velocity, new_fling_velocity) <= 0)
100 if (current_fling_velocity.LengthSquared() < kMinBoostFlingSpeedSquare)
664 params.current_fling_velocity =
65 ShouldSuppressScrollForFlingBoosting( const gfx::Vector2dF& current_fling_velocity, const WebGestureEvent& scroll_update_event, double time_since_last_boost_event) argument
H A Dinput_handler_proxy_unittest.cc1227 testing::Field(&DidOverscrollParams::current_fling_velocity,
1376 testing::Field(&DidOverscrollParams::current_fling_velocity,
1404 testing::Field(&DidOverscrollParams::current_fling_velocity,
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.h137 gfx::Vector2dF current_fling_velocity) OVERRIDE;
H A Dbrowser_view_renderer.cc705 gfx::Vector2dF current_fling_velocity) {
703 DidOverscroll(gfx::Vector2dF accumulated_overscroll, gfx::Vector2dF latest_overscroll_delta, gfx::Vector2dF current_fling_velocity) argument
/external/chromium_org/content/common/
H A Dinput_messages.h61 IPC_STRUCT_TRAITS_MEMBER(current_fling_velocity)
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_impl.cc219 params.current_fling_velocity);
/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_impl_unittest.cc1688 overscroll.current_fling_velocity = gfx::Vector2dF(-1, 0);
1696 EXPECT_EQ(overscroll.current_fling_velocity,
1697 client_overscroll.current_fling_velocity);
1702 wheel_overscroll.current_fling_velocity = gfx::Vector2dF(1, 0);
1716 EXPECT_EQ(wheel_overscroll.current_fling_velocity,
1717 client_overscroll.current_fling_velocity);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc1575 gfx::ScaleVector2d(params.current_fling_velocity,

Completed in 335 milliseconds