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 24 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 58 void SingleThreadProxy::FinishAllRendering() {
59 TRACE_EVENT0("cc", "SingleThreadProxy::FinishAllRendering");
63 layer_tree_host_impl_->FinishAllRendering();
thread_proxy.h 150 virtual void FinishAllRendering() OVERRIDE;
layer_tree_host.h 132 void FinishAllRendering();
layer_tree_host.cc 423 void LayerTreeHost::FinishAllRendering() {
424 proxy_->FinishAllRendering();
    [all...]
layer_tree_host_impl.h 279 void FinishAllRendering();
thread_proxy.cc 135 void ThreadProxy::FinishAllRendering() {
682 impl().layer_tree_host_impl->FinishAllRendering();
    [all...]
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 173 void FinishAllRendering();
compositor.cc 240 void Compositor::FinishAllRendering() {
241 host_->FinishAllRendering();
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 610 void RenderWidgetCompositor::finishAllRendering() {
611 layer_tree_host_->FinishAllRendering();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 907 compositor()->FinishAllRendering();
    [all...]

Completed in 664 milliseconds