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

  /external/chromium/chrome/browser/ui/views/infobars/
translate_infobar_base.cc 58 if (is_add && (child == this) && (background_color_animation_ == NULL)) {
59 background_color_animation_.reset(new ui::SlideAnimation(this));
60 background_color_animation_->SetTweenType(ui::Tween::LINEAR);
61 background_color_animation_->SetSlideDuration(500);
65 background_color_animation_->Show();
68 background_color_animation_->Reset(1.0);
69 background_color_animation_->Hide();
103 if (!background_color_animation_->is_animating()) {
108 FadeBackground(canvas, 1.0 - background_color_animation_->GetCurrentValue(),
110 FadeBackground(canvas, background_color_animation_->GetCurrentValue()
    [all...]
translate_infobar_base.h 57 scoped_ptr<ui::SlideAnimation> background_color_animation_; member in class:TranslateInfoBarBase
  /external/chromium/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc 38 background_color_animation_.reset(new ui::SlideAnimation(this));
39 background_color_animation_->SetTweenType(ui::Tween::LINEAR);
40 background_color_animation_->SetSlideDuration(500);
42 background_color_animation_->Show();
46 background_color_animation_->Reset(1.0);
47 background_color_animation_->Hide();
121 DCHECK(animation == background_color_animation_.get());
translate_infobar_base_gtk.h 79 scoped_ptr<ui::SlideAnimation> background_color_animation_; member in class:TranslateInfoBarBase

Completed in 75 milliseconds