Searched refs:body_hover_animation_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.h296 scoped_ptr<gfx::SlideAnimation> body_hover_animation_; member in class:DownloadItemView
H A Ddownload_item_view.cc211 body_hover_animation_.reset(new gfx::SlideAnimation(this));
730 body_hover_animation_->GetCurrentValue() > 0) {
732 static_cast<int>(body_hover_animation_->GetCurrentValue() * 255));
1101 body_hover_animation_.get());

Completed in 49 milliseconds