HomeSort by relevance Sort by last modified time
    Searched refs:FinishAllRendering (Results 1 - 15 of 15) 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 28 virtual void FinishAllRendering() OVERRIDE;
single_thread_proxy.cc 80 void SingleThreadProxy::FinishAllRendering() {
84 layer_tree_host_impl_->FinishAllRendering();
thread_proxy.h 45 virtual void FinishAllRendering() OVERRIDE;
layer_tree_host.h 167 void FinishAllRendering();
layer_tree_host_impl.h 236 void FinishAllRendering();
layer_tree_host.cc 453 void LayerTreeHost::FinishAllRendering() {
454 proxy_->FinishAllRendering();
    [all...]
thread_proxy.cc 190 void ThreadProxy::FinishAllRendering() {
663 layer_tree_host_impl_->FinishAllRendering();
    [all...]
layer_tree_host_unittest_context.cc 823 layer_tree_host()->FinishAllRendering();
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.cc 143 void WebLayerTreeViewImplForTesting::finishAllRendering() {
144 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 490 void RenderWidgetCompositor::finishAllRendering() {
491 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/ui/compositor/
compositor.cc 602 host_->FinishAllRendering();

Completed in 425 milliseconds