HomeSort by relevance Sort by last modified time
    Searched defs:AnimationEnded (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/gfx/animation/
animation_delegate.h 23 virtual void AnimationEnded(const Animation* animation) {}
test_animation_delegate.h 13 // Trivial AnimationDelegate implementation. AnimationEnded/Canceled quit the
20 virtual void AnimationEnded(const Animation* animation) {
  /external/chromium_org/ui/views/animation/
scroll_animator.cc 64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) {
bounds_animator.cc 216 data.delegate->AnimationEnded(animation);
248 void BoundsAnimator::AnimationEnded(const Animation* animation) {
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 130 void TrayItemView::AnimationEnded(const gfx::Animation* animation) {
136 AnimationEnded(animation);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host.cc 119 // AnimationEnded ourselves as Reset does not call it if we are not
122 AnimationEnded(animation_.get());
184 void DropdownBarHost::AnimationEnded(const gfx::Animation* animation) {
fullscreen_exit_bubble_views.cc 426 void FullscreenExitBubbleViews::AnimationEnded(
status_bubble_views.cc 87 virtual void AnimationEnded(const Animation* animation) OVERRIDE;
459 void StatusBubbleViews::StatusViewAnimation::AnimationEnded(
495 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
515 void StatusBubbleViews::StatusViewExpander::AnimationEnded(
  /external/chromium_org/components/infobars/core/
infobar.cc 119 void InfoBar::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 120 void GlowHoverController::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 134 void ContentSettingImageView::AnimationEnded(const gfx::Animation* animation) {
153 AnimationEnded(animation);
origin_chip_view.cc 360 void OriginChipView::AnimationEnded(const gfx::Animation* animation) {
364 views::LabelButton::AnimationEnded(animation);
  /external/chromium_org/ui/app_list/views/
search_result_list_view.cc 206 AnimationEnded(auto_launch_animation_.get());
229 void SearchResultListView::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 220 void ToastContentsView::AnimationEnded(const gfx::Animation* animation) {
message_center_view.cc 928 void MessageCenterView::AnimationEnded(const gfx::Animation* animation) {
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 483 void DragDropController::AnimationEnded(const gfx::Animation* animation) {
530 AnimationEnded(animation);
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 244 void FrameCaptionButtonContainerView::AnimationEnded(
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 205 void DownloadShelfView::AnimationEnded(const gfx::Animation *animation) {