Searched refs:AnimationCanceled (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/ui/gfx/animation/
H A Danimation_delegate.h29 virtual void AnimationCanceled(const Animation* animation) {} function in class:gfx::AnimationDelegate
H A Dtest_animation_delegate.h25 virtual void AnimationCanceled(const Animation* animation) { function in class:gfx::TestAnimationDelegate
H A Danimation.cc58 delegate_->AnimationCanceled(this);
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.h46 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dscroll_animator.cc78 void ScrollAnimator::AnimationCanceled(const gfx::Animation* animation) { function in class:views::ScrollAnimator
H A Dbounds_animator.cc177 data->delegate->AnimationCanceled(data->animation);
219 data.delegate->AnimationCanceled(animation);
252 void BoundsAnimator::AnimationCanceled(const Animation* animation) { function in class:views::BoundsAnimator
H A Dbounds_animator.h134 // delegate has been installed on |data| AnimationCanceled is invoked on it.
142 // Invoked from AnimationEnded and AnimationCanceled.
149 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dbounds_animator_unittest.cc56 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
/external/chromium_org/ash/system/tray/
H A Dtray_item_view.h69 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dtray_item_view.cc135 void TrayItemView::AnimationCanceled(const gfx::Animation* animation) { function in class:ash::TrayItemView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.h68 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dcontent_setting_image_view.cc151 void ContentSettingImageView::AnimationCanceled( function in class:ContentSettingImageView
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.h87 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Ddrag_drop_controller.cc529 void DragDropController::AnimationCanceled(const gfx::Animation* animation) { function in class:ash::DragDropController
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.h75 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dpanel_stack_view.cc373 void PanelStackView::AnimationCanceled(const gfx::Animation* animation) { function in class:PanelStackView
/external/chromium_org/ash/touch/
H A Dtouch_hud_projection.cc113 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dmedia_indicator_button.cc32 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
H A Dtab.h174 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dtab_strip.cc173 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
193 void ResetDraggingStateDelegate::AnimationCanceled( function in class:__anon5364::ResetDraggingStateDelegate
480 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
510 void TabStrip::RemoveTabDelegate::AnimationCanceled( function in class:TabStrip::RemoveTabDelegate
H A Dtab.cc220 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE {
645 void Tab::AnimationCanceled(const gfx::Animation* animation) { function in class:Tab
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.h97 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dtoast_contents_view.h95 virtual void AnimationCanceled(const gfx::Animation* animation) OVERRIDE;
H A Dtoast_contents_view.cc224 void ToastContentsView::AnimationCanceled( function in class:message_center::ToastContentsView
/external/chromium_org/ash/shelf/
H A Dshelf_view.cc276 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
331 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {
356 virtual void AnimationCanceled(const Animation* animation) OVERRIDE {

Completed in 6506 milliseconds

12