Searched defs:FinishAllRendering (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dcompositor.cc248 void Compositor::FinishAllRendering() { function in class:ui::Compositor
249 host_->FinishAllRendering();
/external/chromium_org/cc/trees/
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 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.cc1586 void LayerTreeHostImpl::FinishAllRendering() { function in class:cc::LayerTreeHostImpl

Completed in 161 milliseconds