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

  /external/chromium_org/cc/test/
fake_proxy.h 25 virtual void FinishAllRendering() OVERRIDE {}
  /external/chromium_org/cc/trees/
proxy.h 51 virtual void FinishAllRendering() = 0;
single_thread_proxy.h 31 virtual void FinishAllRendering() OVERRIDE;
single_thread_proxy.cc 85 void SingleThreadProxy::FinishAllRendering() {
89 layer_tree_host_impl_->FinishAllRendering();
thread_proxy.h 45 virtual void FinishAllRendering() OVERRIDE;
layer_tree_host.h 153 void FinishAllRendering();
layer_tree_host_impl.h 254 void FinishAllRendering();
layer_tree_host.cc 496 void LayerTreeHost::FinishAllRendering() {
497 proxy_->FinishAllRendering();
    [all...]
thread_proxy.cc 203 void ThreadProxy::FinishAllRendering() {
741 layer_tree_host_impl_->FinishAllRendering();
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 139 void WebLayerTreeViewImplForTesting::finishAllRendering() {
140 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/ui/compositor/
compositor.cc 429 host_->FinishAllRendering();
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 530 void RenderWidgetCompositor::finishAllRendering() {
531 layer_tree_host_->FinishAllRendering();

Completed in 147 milliseconds