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

  /external/chromium_org/cc/test/
fake_output_surface_client.cc 23 void FakeOutputSurfaceClient::DidLoseOutputSurface() {
fake_output_surface_client.h 40 virtual void DidLoseOutputSurface() OVERRIDE;
  /external/chromium_org/cc/output/
output_surface_client.h 40 virtual void DidLoseOutputSurface() = 0;
output_surface.cc 95 void OutputSurface::DidLoseOutputSurface() {
96 TRACE_EVENT0("cc", "OutputSurface::DidLoseOutputSurface");
99 client_->DidLoseOutputSurface();
178 base::Bind(&OutputSurface::DidLoseOutputSurface,
output_surface.h 163 void DidLoseOutputSurface();
  /external/chromium_org/cc/surfaces/
display.h 62 virtual void DidLoseOutputSurface() OVERRIDE {}
  /external/chromium_org/cc/scheduler/
scheduler.h 98 void DidLoseOutputSurface();
scheduler_state_machine.h 227 void DidLoseOutputSurface();
scheduler_state_machine_unittest.cc     [all...]
scheduler_unittest.cc     [all...]
scheduler.cc 240 void Scheduler::DidLoseOutputSurface() {
241 TRACE_EVENT0("cc", "Scheduler::DidLoseOutputSurface");
242 state_machine_.DidLoseOutputSurface();
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 414 layer_tree_host_->DidLoseOutputSurface();
418 scheduler_on_impl_thread_->DidLoseOutputSurface();
thread_proxy.cc 196 void ThreadProxy::DidLoseOutputSurface() {
197 TRACE_EVENT0("cc", "ThreadProxy::DidLoseOutputSurface");
199 layer_tree_host()->DidLoseOutputSurface();
323 base::Bind(&ThreadProxy::DidLoseOutputSurface, main_thread_weak_ptr_));
324 impl().scheduler->DidLoseOutputSurface();
    [all...]
thread_proxy.h 248 void DidLoseOutputSurface();
layer_tree_host.h 119 void DidLoseOutputSurface();
layer_tree_host_impl.h 262 virtual void DidLoseOutputSurface() OVERRIDE;
layer_tree_host.cc 445 void LayerTreeHost::DidLoseOutputSurface() {
446 TRACE_EVENT0("cc", "LayerTreeHost::DidLoseOutputSurface");
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/cc/resources/
resource_provider.h 90 void DidLoseOutputSurface() { lost_output_surface_ = true; }
resource_provider_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc     [all...]

Completed in 294 milliseconds