Searched defs:AnimationEnded (Results 1 - 25 of 29) sorted by relevance

12

/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
/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);
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.cc64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) { function in class:views::ScrollAnimator
H A Dbounds_animator.cc216 data.delegate->AnimationEnded(animation);
248 void BoundsAnimator::AnimationEnded(const Animation* animation) { function in class:views::BoundsAnimator
/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.cc426 void FullscreenExitBubbleViews::AnimationEnded( function in class:FullscreenExitBubbleViews
H A Dstatus_bubble_views.cc87 virtual void AnimationEnded(const Animation* animation) OVERRIDE;
459 void StatusBubbleViews::StatusViewAnimation::AnimationEnded( function in class:StatusBubbleViews::StatusViewAnimation
495 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
515 void StatusBubbleViews::StatusViewExpander::AnimationEnded( function in class:StatusBubbleViews::StatusViewExpander
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc134 void ContentSettingImageView::AnimationEnded(const gfx::Animation* animation) { function in class:ContentSettingImageView
153 AnimationEnded(animation);
H A Dorigin_chip_view.cc360 void OriginChipView::AnimationEnded(const gfx::Animation* animation) { function in class:OriginChipView
364 views::LabelButton::AnimationEnded(animation);
/external/chromium_org/components/infobars/core/
H A Dinfobar.cc119 void InfoBar::AnimationEnded(const gfx::Animation* animation) { function in class:infobars::InfoBar
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc120 void GlowHoverController::AnimationEnded(const gfx::Animation* animation) { function in class:views::GlowHoverController
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc259 void PaginationModel::AnimationEnded(const gfx::Animation* animation) { function in class:app_list::PaginationModel
/external/chromium_org/ui/app_list/views/
H A Dsearch_result_list_view.cc206 AnimationEnded(auto_launch_animation_.get());
229 void SearchResultListView::AnimationEnded(const gfx::Animation* animation) { function in class:app_list::SearchResultListView
/external/chromium_org/ui/message_center/views/
H A Dtoast_contents_view.cc220 void ToastContentsView::AnimationEnded(const gfx::Animation* animation) { function in class:message_center::ToastContentsView
H A Dmessage_center_view.cc928 void MessageCenterView::AnimationEnded(const gfx::Animation* animation) { function in class:message_center::MessageCenterView
965 AnimationEnded(animation);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.cc483 void DragDropController::AnimationEnded(const gfx::Animation* animation) { function in class:ash::DragDropController
530 AnimationEnded(animation);
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_shelf_view.cc205 void DownloadShelfView::AnimationEnded(const gfx::Animation *animation) { function in class:DownloadShelfView
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.cc244 void FrameCaptionButtonContainerView::AnimationEnded( function in class:ash::FrameCaptionButtonContainerView
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc477 void ImmersiveFullscreenController::AnimationEnded( function in class:ash::ImmersiveFullscreenController
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc360 void PanelStackView::AnimationEnded(const gfx::Animation* animation) { function in class:PanelStackView
378 AnimationEnded(animation);
H A Dpanel_view.cc404 void PanelView::AnimationEnded(const gfx::Animation* animation) { function in class:PanelView
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc1086 void ExpandableContainerView::AnimationEnded(const gfx::Animation* animation) { function in class:ExpandableContainerView
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc682 void BrowserActionsContainer::AnimationEnded(const gfx::Animation* animation) { function in class:BrowserActionsContainer
1091 // because that could end up calling AnimationEnded which clears the value.
1098 AnimationEnded(resize_animation_.get());
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc1009 void BookmarkBarView::AnimationEnded(const gfx::Animation* animation) { function in class:BookmarkBarView

Completed in 2732 milliseconds

12