HomeSort by relevance Sort by last modified time
    Searched refs:DidLoseOutputSurface (Results 1 - 22 of 22) 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 96 void OutputSurface::DidLoseOutputSurface() {
97 TRACE_EVENT0("cc", "OutputSurface::DidLoseOutputSurface");
100 client_->DidLoseOutputSurface();
179 base::Bind(&OutputSurface::DidLoseOutputSurface,
output_surface.h 168 void DidLoseOutputSurface();
  /external/chromium_org/cc/surfaces/
display.h 55 virtual void DidLoseOutputSurface() OVERRIDE {}
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 220 void DidLoseOutputSurface();
scheduler.h 95 void DidLoseOutputSurface();
scheduler_state_machine_unittest.cc     [all...]
scheduler_unittest.cc     [all...]
scheduler.cc 233 void Scheduler::DidLoseOutputSurface() {
234 TRACE_EVENT0("cc", "Scheduler::DidLoseOutputSurface");
235 state_machine_.DidLoseOutputSurface();
scheduler_state_machine.cc     [all...]
  /external/chromium_org/cc/trees/
thread_proxy.h 243 void DidLoseOutputSurface();
layer_tree_host.h 115 void DidLoseOutputSurface();
single_thread_proxy.cc 444 layer_tree_host_->DidLoseOutputSurface();
thread_proxy.cc 201 void ThreadProxy::DidLoseOutputSurface() {
202 TRACE_EVENT0("cc", "ThreadProxy::DidLoseOutputSurface");
204 layer_tree_host()->DidLoseOutputSurface();
336 base::Bind(&ThreadProxy::DidLoseOutputSurface, main_thread_weak_ptr_));
337 impl().scheduler->DidLoseOutputSurface();
    [all...]
layer_tree_host_impl.h 261 virtual void DidLoseOutputSurface() OVERRIDE;
layer_tree_host.cc 411 void LayerTreeHost::DidLoseOutputSurface() {
412 TRACE_EVENT0("cc", "LayerTreeHost::DidLoseOutputSurface");
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/cc/resources/
resource_provider.h 85 void DidLoseOutputSurface() { lost_output_surface_ = true; }
resource_provider_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc     [all...]

Completed in 2004 milliseconds