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

  /external/chromium_org/third_party/WebKit/public/platform/
WebGestureCurveTarget.h 37 virtual void notifyCurrentFlingVelocity(const WebFloatSize&) { }
  /external/chromium_org/webkit/child/
touch_fling_gesture_curve_unittest.cc 32 virtual void notifyCurrentFlingVelocity(const WebFloatSize& velocity) {
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 466 void InputHandlerProxy::notifyCurrentFlingVelocity(
469 "InputHandlerProxy::notifyCurrentFlingVelocity",
474 input_handler_->NotifyCurrentFlingVelocity(ToClientScrollIncrement(velocity));

Completed in 876 milliseconds