HomeSort by relevance Sort by last modified time
    Searched refs:new_item_animation_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 125 new_item_animation_->Reset();
126 new_item_animation_->Show();
191 if (animation == new_item_animation_.get()) {
266 if (new_item_animation_->is_animating() && ri == download_views_.rbegin()) {
268 new_item_animation_->GetCurrentValue());
312 new_item_animation_.reset(new gfx::SlideAnimation(this));
313 new_item_animation_->SetSlideDuration(kNewItemAnimationDurationMs);
download_shelf_view.h 132 scoped_ptr<gfx::SlideAnimation> new_item_animation_; member in class:DownloadShelfView

Completed in 72 milliseconds