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

1 2 3

  /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) {
animation.cc 60 delegate_->AnimationEnded(this);
animation_unittest.cc 74 virtual void AnimationEnded(const Animation* animation) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
add_to_app_launcher_view.h 44 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
content_setting_image_view.h 66 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
origin_chip_view.h 83 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
add_to_app_launcher_view.cc 121 void AddToAppLauncherView::AnimationEnded(const gfx::Animation* animation) {
134 AnimationEnded(animation);
  /external/chromium_org/ui/views/animation/
scroll_animator.h 44 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
scroll_animator.cc 64 void ScrollAnimator::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 68 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_item_view.cc 130 void TrayItemView::AnimationEnded(const gfx::Animation* animation) {
136 AnimationEnded(animation);
tray_item_view.h 68 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 67 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
dropdown_bar_host.h 93 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/components/infobars/core/
infobar.h 75 // triggering a call to AnimationEnded().
119 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
infobar.cc 119 void InfoBar::AnimationEnded(const gfx::Animation* animation) {
  /external/chromium_org/ui/app_list/
pagination_model.h 126 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/ash/touch/
touch_hud_projection.cc 103 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE {
114 AnimationEnded(animation);
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.h 70 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 87 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 85 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.h 73 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
  /external/chromium_org/ui/message_center/views/
message_center_view.h 95 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;
toast_contents_view.h 94 virtual void AnimationEnded(const gfx::Animation* animation) OVERRIDE;

Completed in 320 milliseconds

1 2 3