Searched refs:AnimationContainerProgressed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/animation/
H A Danimation_container_observer.h20 virtual void AnimationContainerProgressed(
H A Danimation_container_unittest.cc23 MOCK_METHOD1(AnimationContainerProgressed, void(AnimationContainer*));
106 EXPECT_CALL(observer, AnimationContainerProgressed(container.get())).Times(
H A Danimation_container.cc80 observer_->AnimationContainerProgressed(this);
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.h165 virtual void AnimationContainerProgressed(
186 // the timer (AnimationContainerProgressed is invoked) the parent_ is asked
H A Dbounds_animator.cc144 // Invoke AnimationContainerProgressed to force a repaint and notify delegate.
145 AnimationContainerProgressed(container_.get());
241 // when all animations complete (in AnimationContainerProgressed).
259 void BoundsAnimator::AnimationContainerProgressed( function in class:views::BoundsAnimator

Completed in 99 milliseconds