HomeSort by relevance Sort by last modified time
    Searched refs:AnimationContainerProgressed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/animation/
animation_container_observer.h 20 virtual void AnimationContainerProgressed(
animation_container_unittest.cc 23 MOCK_METHOD1(AnimationContainerProgressed, void(AnimationContainer*));
106 EXPECT_CALL(observer, AnimationContainerProgressed(container.get())).Times(
animation_container.cc 80 observer_->AnimationContainerProgressed(this);
  /external/chromium_org/ui/views/animation/
bounds_animator.h 165 virtual void AnimationContainerProgressed(
186 // the timer (AnimationContainerProgressed is invoked) the parent_ is asked
bounds_animator.cc 144 // Invoke AnimationContainerProgressed to force a repaint and notify delegate.
145 AnimationContainerProgressed(container_.get());
241 // when all animations complete (in AnimationContainerProgressed).
259 void BoundsAnimator::AnimationContainerProgressed(

Completed in 89 milliseconds