Searched refs:FinishAllRendering (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.h24 virtual void FinishAllRendering() OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dproxy.h56 virtual void FinishAllRendering() = 0;
H A Dsingle_thread_proxy.cc68 void SingleThreadProxy::FinishAllRendering() { function in class:cc::SingleThreadProxy
69 TRACE_EVENT0("cc", "SingleThreadProxy::FinishAllRendering");
73 layer_tree_host_impl_->FinishAllRendering();
H A Dsingle_thread_proxy.h35 virtual void FinishAllRendering() OVERRIDE;
H A Dlayer_tree_host.h136 void FinishAllRendering();
H A Dthread_proxy.h153 virtual void FinishAllRendering() OVERRIDE;
H A Dlayer_tree_host.cc457 void LayerTreeHost::FinishAllRendering() { function in class:cc::LayerTreeHost
458 proxy_->FinishAllRendering();
H A Dthread_proxy.cc130 void ThreadProxy::FinishAllRendering() { function in class:cc::ThreadProxy
675 impl().layer_tree_host_impl->FinishAllRendering();
H A Dlayer_tree_host_impl.h280 void FinishAllRendering();
H A Dlayer_tree_host_impl.cc1586 void LayerTreeHostImpl::FinishAllRendering() { function in class:cc::LayerTreeHostImpl
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc130 layer_tree_host_->FinishAllRendering();
/external/chromium_org/ui/compositor/
H A Dcompositor.cc248 void Compositor::FinishAllRendering() { function in class:ui::Compositor
249 host_->FinishAllRendering();
H A Dcompositor.h175 void FinishAllRendering();
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.cc205 layer_tree_host_->FinishAllRendering();
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc722 layer_tree_host_->FinishAllRendering();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc948 compositor()->FinishAllRendering();

Completed in 1625 milliseconds