Searched refs:AnimateLayers (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc190 virtual void AnimateLayers(
228 virtual void AnimateLayers(
313 virtual void AnimateLayers(
513 virtual void AnimateLayers(
H A Dlayer_tree_host_perftest.cc245 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
H A Dlayer_tree_host.h123 void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
H A Dsingle_thread_proxy.cc396 layer_tree_host_->AnimateLayers(frame_begin_time);
H A Dlayer_tree_host_impl.h406 virtual void AnimateLayers(base::TimeTicks monotonic_time,
510 // This is set by AnimateLayers() and used by UpdateAnimationState()
H A Dlayer_tree_host.cc1110 void LayerTreeHost::AnimateLayers(base::TimeTicks time) { function in class:cc::LayerTreeHost
1116 TRACE_EVENT0("cc", "LayerTreeHost::AnimateLayers");
H A Dthread_proxy.cc743 layer_tree_host_->AnimateLayers(
H A Dlayer_tree_host_impl.cc316 AnimateLayers(monotonic_time, wall_clock_time);
2300 void LayerTreeHostImpl::AnimateLayers(base::TimeTicks monotonic_time, function in class:cc::LayerTreeHostImpl
2307 TRACE_EVENT0("cc", "LayerTreeHostImpl::AnimateLayers");
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc149 virtual void AnimateLayers(base::TimeTicks monotonic_time,
152 LayerTreeHostImpl::AnimateLayers(monotonic_time, wall_clock_time);
153 test_hooks_->AnimateLayers(this, monotonic_time);
H A Dlayer_tree_test.h46 virtual void AnimateLayers(LayerTreeHostImpl* host_impl, function in class:cc::TestHooks

Completed in 122 milliseconds