Home
last modified time | relevance | path

Searched refs:new_item_animation_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc121 new_item_animation_->Reset(); in AddDownloadView()
122 new_item_animation_->Show(); in AddDownloadView()
187 if (animation == new_item_animation_.get()) { in AnimationProgressed()
262 if (new_item_animation_->is_animating() && ri == download_views_.rbegin()) { in Layout()
264 new_item_animation_->GetCurrentValue()); in Layout()
308 new_item_animation_.reset(new gfx::SlideAnimation(this)); in ViewHierarchyChanged()
309 new_item_animation_->SetSlideDuration(kNewItemAnimationDurationMs); in ViewHierarchyChanged()
Ddownload_shelf_view.h129 scoped_ptr<gfx::SlideAnimation> new_item_animation_; variable
/external/chromium/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc123 new_item_animation_.reset(new ui::SlideAnimation(this)); in Init()
124 new_item_animation_->SetSlideDuration(kNewItemAnimationDurationMs); in Init()
142 new_item_animation_->Reset(); in AddDownloadView()
143 new_item_animation_->Show(); in AddDownloadView()
228 if (animation == new_item_animation_.get()) { in AnimationProgressed()
309 if (new_item_animation_->is_animating() && ri == download_views_.rbegin()) { in Layout()
311 new_item_animation_->GetCurrentValue()); in Layout()
Ddownload_shelf_view.h130 scoped_ptr<ui::SlideAnimation> new_item_animation_; variable
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc258 new_item_animation_.reset(new ui::SlideAnimation(this)); in DownloadItemGtk()
259 new_item_animation_->SetSlideDuration(kNewItemAnimationDurationMs); in DownloadItemGtk()
335 new_item_animation_->Show(); in DownloadItemGtk()
442 DCHECK(animation == new_item_animation_.get()); in AnimationProgressed()
Ddownload_item_gtk.h211 scoped_ptr<ui::SlideAnimation> new_item_animation_; variable
/external/chromium_org/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc199 new_item_animation_.reset(new gfx::SlideAnimation(this)); in DownloadItemGtk()
200 new_item_animation_->SetSlideDuration(kNewItemAnimationDurationMs); in DownloadItemGtk()
280 new_item_animation_->Show(); in DownloadItemGtk()
386 DCHECK(animation == new_item_animation_.get()); in AnimationProgressed()
Ddownload_item_gtk.h212 scoped_ptr<gfx::SlideAnimation> new_item_animation_; variable