Searched refs:AnimationEnded (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/ui/gfx/animation/
H A Danimation_delegate.h23 virtual void AnimationEnded(const Animation* animation) {} function in class:gfx::AnimationDelegate
H A Dtest_animation_delegate.h13 // Trivial AnimationDelegate implementation. AnimationEnded/Canceled quit the
20 virtual void AnimationEnded(const Animation* animation) { function in class:gfx::TestAnimationDelegate
H A Danimation.cc60 delegate_->AnimationEnded(this);
H A Danimation_unittest.cc74 virtual void AnimationEnded(const Animation* animation) OVERRIDE {
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.h44 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
H A Dscroll_animator.cc64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) { function in class:views::ScrollAnimator
H A Dbounds_animator.h142 // Invoked from AnimationEnded and AnimationCanceled.
148 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.h68 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
H A Dglow_hover_controller.cc120 void GlowHoverController::AnimationEnded(const gfx::Animation* animation) { function in class:views::GlowHoverController
/external/chromium_org/ash/system/tray/
H A Dtray_item_view.cc130 void TrayItemView::AnimationEnded(const gfx::Animation* animation) { function in class:ash::TrayItemView
136 AnimationEnded(animation);
H A Dtray_item_view.h68 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ash/touch/
H A Dtouch_hud_projection.cc103 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
114 AnimationEnded(animation);
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc119 // AnimationEnded ourselves as Reset does not call it if we are not
122 AnimationEnded(animation_.get());
184 void DropdownBarHost::AnimationEnded(const gfx::Animation* animation) { function in class:DropdownBarHost
H A Dfullscreen_exit_bubble_views.h67 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
H A Ddropdown_bar_host.h93 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.h66 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
H A Dorigin_chip_view.h83 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/components/infobars/core/
H A Dinfobar.h75 // triggering a call to AnimationEnded().
119 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
H A Dinfobar.cc119 void InfoBar::AnimationEnded(const gfx::Animation* animation) { function in class:infobars::InfoBar
/external/chromium_org/ui/app_list/
H A Dpagination_model.h126 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.h85 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.h109 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.h70 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.h73 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_list_view.h87 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;

Completed in 6416 milliseconds

123