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

  /external/chromium_org/cc/test/
fake_proxy.h 24 virtual void FinishAllRendering() OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 56 virtual void FinishAllRendering() = 0;
single_thread_proxy.h 35 virtual void FinishAllRendering() OVERRIDE;
single_thread_proxy.cc 68 void SingleThreadProxy::FinishAllRendering() {
69 TRACE_EVENT0("cc", "SingleThreadProxy::FinishAllRendering");
73 layer_tree_host_impl_->FinishAllRendering();
thread_proxy.h 153 virtual void FinishAllRendering() OVERRIDE;
layer_tree_host.h 136 void FinishAllRendering();
layer_tree_host.cc 457 void LayerTreeHost::FinishAllRendering() {
458 proxy_->FinishAllRendering();
    [all...]
thread_proxy.cc 130 void ThreadProxy::FinishAllRendering() {
675 impl().layer_tree_host_impl->FinishAllRendering();
    [all...]
layer_tree_host_impl.h 280 void FinishAllRendering();
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 129 void WebLayerTreeViewImplForTesting::finishAllRendering() {
130 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/ui/compositor/
compositor.h 175 void FinishAllRendering();
compositor.cc 248 void Compositor::FinishAllRendering() {
249 host_->FinishAllRendering();
  /external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.cc 204 void WebLayerTreeViewImpl::finishAllRendering() {
205 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 721 void RenderWidgetCompositor::finishAllRendering() {
722 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 948 compositor()->FinishAllRendering();
    [all...]

Completed in 524 milliseconds