Searched refs:new_item_animation_ (Results 1 – 8 of 8) sorted by relevance
121 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()
129 scoped_ptr<gfx::SlideAnimation> new_item_animation_; variable
123 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()
130 scoped_ptr<ui::SlideAnimation> new_item_animation_; variable
258 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()
211 scoped_ptr<ui::SlideAnimation> new_item_animation_; variable
199 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()
212 scoped_ptr<gfx::SlideAnimation> new_item_animation_; variable