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

  /external/chromium_org/cc/input/
input_handler.h 98 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) = 0;
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 126 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) OVERRIDE;
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 466 void InputHandlerProxy::notifyCurrentFlingVelocity(
469 "InputHandlerProxy::notifyCurrentFlingVelocity",
474 input_handler_->NotifyCurrentFlingVelocity(ToClientScrollIncrement(velocity));
input_handler_proxy_unittest.cc 69 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) OVERRIDE {}
    [all...]

Completed in 44 milliseconds