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

  /external/chromium/chrome/browser/ui/views/download/
download_item_view.h 247 scoped_ptr<ui::SlideAnimation> drop_hover_animation_; member in class:DownloadItemView
download_item_view.cc 249 drop_hover_animation_.reset(new ui::SlideAnimation(this));
594 drop_hover_animation_->Hide();
597 drop_hover_animation_->Show();
608 drop_hover_animation_->Hide();
848 if (drop_hover_animation_->GetCurrentValue() > 0) {
850 static_cast<int>(drop_hover_animation_->GetCurrentValue() * 255));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 206 drop_hover_animation_.reset(new ui::SlideAnimation(this));
726 if (drop_hover_animation_->GetCurrentValue() > 0) {
728 static_cast<int>(drop_hover_animation_->GetCurrentValue() * 255));
    [all...]
download_item_view.h 294 scoped_ptr<ui::SlideAnimation> drop_hover_animation_; member in class:DownloadItemView

Completed in 5904 milliseconds