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

  /external/chromium_org/cc/input/
input_handler.h 96 virtual ScrollStatus FlingScrollBegin() = 0;
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 55 MOCK_METHOD0(FlingScrollBegin, cc::InputHandler::ScrollStatus());
753 EXPECT_CALL(mock_input_handler_, FlingScrollBegin())
    [all...]
input_handler_proxy.cc 259 scroll_status = input_handler_->FlingScrollBegin();
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 125 virtual InputHandler::ScrollStatus FlingScrollBegin() OVERRIDE;
layer_tree_host_impl_unittest.cc 553 host_impl_->FlingScrollBegin());
561 host_impl_->FlingScrollBegin());
571 host_impl_->FlingScrollBegin());
579 host_impl_->FlingScrollBegin());
596 host_impl_->FlingScrollBegin());
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 28 milliseconds