Searched refs:UpdateAnimationState (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc156 UpdateAnimationState();
168 UpdateAnimationState();
221 UpdateAnimationState();
258 UpdateAnimationState();
441 void LayerAnimator::UpdateAnimationState() { function in class:ui::LayerAnimator
525 UpdateAnimationState();
546 UpdateAnimationState();
843 UpdateAnimationState();
H A Dlayer_animator.h239 void UpdateAnimationState();
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc181 virtual void UpdateAnimationState(bool start_ready_animations) OVERRIDE {
182 LayerTreeHostImpl::UpdateAnimationState(start_ready_animations);
192 test_hooks_->UpdateAnimationState(this, has_unfinished_animation);
H A Dlayer_tree_test.h55 virtual void UpdateAnimationState(LayerTreeHostImpl* host_impl, function in class:cc::TestHooks
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc126 virtual void UpdateAnimationState(
527 virtual void UpdateAnimationState(
H A Dsingle_thread_proxy.cc534 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations);
H A Dlayer_tree_host_impl.h170 virtual void UpdateAnimationState(bool start_ready_animations);
573 // This is set by AnimateLayers() and used by UpdateAnimationState()
H A Dlayer_tree_host_impl.cc175 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations);
2592 void LayerTreeHostImpl::UpdateAnimationState(bool start_ready_animations) { function in class:cc::LayerTreeHostImpl
2598 TRACE_EVENT0("cc", "LayerTreeHostImpl::UpdateAnimationState");
H A Dthread_proxy.cc1164 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations);

Completed in 7588 milliseconds