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

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 246 scoped_ptr<ui::SlideAnimation> body_hover_animation_; member in class:DownloadItemView
download_item_view.cc 248 body_hover_animation_.reset(new ui::SlideAnimation(this));
593 body_hover_animation_->Show();
596 body_hover_animation_->Hide();
607 body_hover_animation_->Hide();
814 if (body_hover_animation_->GetCurrentValue() > 0) {
816 static_cast<int>(body_hover_animation_->GetCurrentValue() * 255));
    [all...]

Completed in 1190 milliseconds