Searched refs:SetNeedsAnimate (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_proxy.h31 virtual void SetNeedsAnimate() OVERRIDE {}
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc29 // Makes sure that SetNeedsAnimate does not cause the CommitRequested() state to
47 layer_tree_host()->SetNeedsAnimate();
57 layer_tree_host()->SetNeedsAnimate();
61 // Verifies that the SetNeedsAnimate we made in ::Animate did not
78 // callback, request another frame using SetNeedsAnimate. End the test when
80 // handling the case where SetNeedsAnimate() is called inside the BeginFrame
94 layer_tree_host()->SetNeedsAnimate();
590 layer_tree_host()->SetNeedsAnimate();
H A Dproxy.h68 virtual void SetNeedsAnimate() = 0;
H A Dsingle_thread_proxy.h34 virtual void SetNeedsAnimate() OVERRIDE;
H A Dlayer_tree_host_perftest.cc45 layer_tree_host()->SetNeedsAnimate();
H A Dthread_proxy.h51 virtual void SetNeedsAnimate() OVERRIDE;
188 // Set only when SetNeedsAnimate is called.
192 // Set by SetNeedsCommit and SetNeedsAnimate.
H A Dlayer_tree_host.h186 void SetNeedsAnimate();
H A Dsingle_thread_proxy.cc172 void SingleThreadProxy::SetNeedsAnimate() { function in class:cc::SingleThreadProxy
H A Dlayer_tree_host.cc485 void LayerTreeHost::SetNeedsAnimate() { function in class:cc::LayerTreeHost
487 proxy_->SetNeedsAnimate();
H A Dthread_proxy.cc334 void ThreadProxy::SetNeedsAnimate() { function in class:cc::ThreadProxy
339 TRACE_EVENT0("cc", "ThreadProxy::SetNeedsAnimate");
800 // Forces SetNeedsAnimate to consider posting a commit task.
802 SetNeedsAnimate();
/external/chromium_org/webkit/support/
H A Dweb_layer_tree_view_impl_for_testing.cc120 layer_tree_host_->SetNeedsAnimate();
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc460 layer_tree_host_->SetNeedsAnimate();
465 layer_tree_host_->SetNeedsAnimate();
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.h300 void SetNeedsAnimate();
H A Dcontent_view_core_impl.cc710 void ContentViewCoreImpl::SetNeedsAnimate() { function in class:content::ContentViewCoreImpl
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc859 content_view_core_->SetNeedsAnimate();

Completed in 282 milliseconds