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

  /external/chromium_org/cc/input/
input_handler.h 38 virtual void MainThreadHasStoppedFlinging() = 0;
  /external/chromium_org/cc/test/
fake_proxy.h 37 virtual void MainThreadHasStoppedFlinging() OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 80 virtual void MainThreadHasStoppedFlinging() = 0;
single_thread_proxy.h 41 virtual void MainThreadHasStoppedFlinging() OVERRIDE {}
thread_proxy.h 58 virtual void MainThreadHasStoppedFlinging() OVERRIDE;
layer_tree_host_impl.h 162 void MainThreadHasStoppedFlinging();
thread_proxy.cc 552 void ThreadProxy::MainThreadHasStoppedFlinging() {
562 layer_tree_host_impl_->MainThreadHasStoppedFlinging();
    [all...]
layer_tree_host.cc 244 proxy_->MainThreadHasStoppedFlinging();
    [all...]
layer_tree_host_unittest_scroll.cc 884 virtual void MainThreadHasStoppedFlinging() OVERRIDE {
886 ADD_FAILURE() << "MainThreadHasStoppedFlinging called on wrong thread";
    [all...]
layer_tree_host_impl.cc 825 void LayerTreeHostImpl::MainThreadHasStoppedFlinging() {
827 input_handler_client_->MainThreadHasStoppedFlinging();
    [all...]
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy.h 48 virtual void MainThreadHasStoppedFlinging() OVERRIDE;
input_handler_proxy.cc 325 void InputHandlerProxy::MainThreadHasStoppedFlinging() {
input_handler_proxy_unittest.cc 660 input_handler_->MainThreadHasStoppedFlinging();
    [all...]

Completed in 675 milliseconds