Searched refs:complete_animation_ (Results 1 - 8 of 8) 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_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc271 complete_animation_.reset(new gfx::SlideAnimation(this));
272 complete_animation_->SetSlideDuration(kInterruptedAnimationDurationMs);
273 complete_animation_->SetTweenType(gfx::Tween::LINEAR);
274 complete_animation_->Show();
284 complete_animation_.reset(new gfx::SlideAnimation(this));
285 complete_animation_->SetSlideDuration(kCompleteAnimationDurationMs);
286 complete_animation_->SetTweenType(gfx::Tween::LINEAR);
287 complete_animation_->Show();
293 if (complete_animation_)
294 complete_animation_
[all...]
H A Ddownload_item_view.h296 scoped_ptr<gfx::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
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc118 complete_animation_(this),
282 complete_animation_.SetTweenType(gfx::Tween::LINEAR);
283 complete_animation_.SetSlideDuration(kCompleteAnimationDurationMs);
340 complete_animation_.Show();
361 complete_animation_.Show();
383 if (animation == &complete_animation_) {
863 if (complete_animation_.is_animating()) {
869 complete_animation_.GetCurrentValue(),
876 complete_animation_.GetCurrentValue(),
914 if (complete_animation_
[all...]
H A Ddownload_item_gtk.h218 gfx::SlideAnimation complete_animation_; member in class:DownloadItemGtk

Completed in 121 milliseconds