Searched refs:complete_animation_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc391 complete_animation_.reset(new ui::SlideAnimation(this));
392 complete_animation_->SetSlideDuration(kInterruptedAnimationDurationMs);
393 complete_animation_->SetTweenType(ui::Tween::LINEAR);
394 complete_animation_->Show();
406 complete_animation_.reset(new ui::SlideAnimation(this));
407 complete_animation_->SetSlideDuration(kCompleteAnimationDurationMs);
408 complete_animation_->SetTweenType(ui::Tween::LINEAR);
409 complete_animation_->Show();
508 if (complete_animation_.get() && complete_animation_
[all...]
H A Ddownload_item_view.h250 scoped_ptr<ui::SlideAnimation> complete_animation_; member in class:DownloadItemView
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc176 complete_animation_(this),
337 complete_animation_.SetTweenType(ui::Tween::LINEAR);
338 complete_animation_.SetSlideDuration(kCompleteAnimationDurationMs);
394 complete_animation_.Show();
411 complete_animation_.Show();
439 if (animation == &complete_animation_) {
863 if (complete_animation_.is_animating()) {
867 complete_animation_.GetCurrentValue(),
872 complete_animation_.GetCurrentValue(),
910 if (complete_animation_
[all...]
H A Ddownload_item_gtk.h217 ui::SlideAnimation complete_animation_; member in class:DownloadItemGtk

Completed in 53 milliseconds