HomeSort by relevance Sort by last modified time
    Searched full:scroll_velocity (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/
touch_fling_gesture_curve.cc 149 WebFloatSize scroll_velocity(speed * displacement_ratio_.x,
157 return target->scrollBy(scroll_increment, scroll_velocity);
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 79 const gfx::Vector2dF scroll_velocity = local
81 if (scroll_velocity.LengthSquared() < kMinBoostTouchScrollSpeedSquare)

Completed in 96 milliseconds