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

  /external/chromium_org/cc/output/
output_surface_client.h 52 // use SetTreeActivationCallback(base::Closure()) to unregister it.
53 virtual void SetTreeActivationCallback(const base::Closure& callback) = 0;
  /external/chromium_org/cc/test/
fake_output_surface.cc 116 void FakeOutputSurface::SetTreeActivationCallback(
119 client_->SetTreeActivationCallback(callback);
fake_output_surface_client.h 49 virtual void SetTreeActivationCallback(const base::Closure&) OVERRIDE {}
fake_output_surface.h 105 void SetTreeActivationCallback(const base::Closure& callback);
  /external/chromium_org/cc/surfaces/
display.h 71 virtual void SetTreeActivationCallback(
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 108 output_surface_client_->SetTreeActivationCallback(
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 267 virtual void SetTreeActivationCallback(const base::Closure& callback)
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 46 milliseconds