Home
last modified time | relevance | path

Searched refs:start_ready_animations (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/animation/
Dlayer_animation_controller.h59 void UpdateState(bool start_ready_animations,
Dlayer_animation_controller.cc203 void LayerAnimationController::UpdateState(bool start_ready_animations, in UpdateState() argument
208 if (start_ready_animations) in UpdateState()
214 if (start_ready_animations) { in UpdateState()
/external/chromium_org/cc/trees/
Dsingle_thread_proxy.cc533 bool start_ready_animations = true; in DoComposite() local
534 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations); in DoComposite()
Dlayer_tree_host.cc1183 bool start_ready_animations = true; in AnimateLayers() local
1184 (*iter).second->UpdateState(start_ready_animations, NULL); in AnimateLayers()
Dlayer_tree_host_impl.cc174 bool start_ready_animations = true; in OnTimerTick() local
175 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations); in OnTimerTick()
2592 void LayerTreeHostImpl::UpdateAnimationState(bool start_ready_animations) { in UpdateAnimationState() argument
2606 (*iter).second->UpdateState(start_ready_animations, events.get()); in UpdateAnimationState()
Dthread_proxy.cc1163 bool start_ready_animations = draw_frame; in DrawSwapReadbackInternal() local
1164 layer_tree_host_impl_->UpdateAnimationState(start_ready_animations); in DrawSwapReadbackInternal()
Dlayer_tree_host_impl.h170 virtual void UpdateAnimationState(bool start_ready_animations);
/external/chromium_org/cc/test/
Dlayer_tree_test.cc181 virtual void UpdateAnimationState(bool start_ready_animations) OVERRIDE { in UpdateAnimationState() argument
182 LayerTreeHostImpl::UpdateAnimationState(start_ready_animations); in UpdateAnimationState()