Home
last modified time | relevance | path

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

/external/chromium_org/ui/compositor/
Dlayer_animator.cc42 gfx::AnimationContainer* GetAnimationContainer() { in GetAnimationContainer() function
184 if (GetAnimationContainer()->is_running()) in StartTogether()
185 last_step_time_ = GetAnimationContainer()->last_tick_time(); in StartTogether()
447 GetAnimationContainer()->Start(this); in UpdateAnimationState()
449 GetAnimationContainer()->Stop(this); in UpdateAnimationState()
775 else if (GetAnimationContainer()->is_running()) in StartSequenceImmediately()
776 start_time = GetAnimationContainer()->last_tick_time(); in StartSequenceImmediately()