Home
last modified time | relevance | path

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

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