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 103 virtual ScrollStatus FlingScrollBegin() = 0;
  /external/chromium_org/content/renderer/input/
input_handler_proxy_unittest.cc 99 MOCK_METHOD0(FlingScrollBegin, cc::InputHandler::ScrollStatus());
241 EXPECT_CALL(mock_input_handler_, FlingScrollBegin())
    [all...]
input_handler_proxy.cc 388 scroll_status = input_handler_->FlingScrollBegin();
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 142 virtual InputHandler::ScrollStatus FlingScrollBegin() OVERRIDE;
layer_tree_host_impl_unittest.cc 620 host_impl_->FlingScrollBegin());
628 host_impl_->FlingScrollBegin());
638 host_impl_->FlingScrollBegin());
646 host_impl_->FlingScrollBegin());
663 host_impl_->FlingScrollBegin());
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 77 milliseconds