HomeSort by relevance Sort by last modified time
    Searched refs:background_color_animation_ (Results 1 - 8 of 8) 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_org/chrome/browser/ui/views/infobars/
translate_infobar_base.cc 62 (background_color_animation_ == NULL)) {
63 background_color_animation_.reset(new gfx::SlideAnimation(this));
64 background_color_animation_->SetTweenType(gfx::Tween::LINEAR);
65 background_color_animation_->SetSlideDuration(500);
69 background_color_animation_->Show();
72 background_color_animation_->Reset(1.0);
73 background_color_animation_->Hide();
94 if (!background_color_animation_->is_animating()) {
99 FadeBackground(canvas, 1.0 - background_color_animation_->GetCurrentValue(),
101 FadeBackground(canvas, background_color_animation_->GetCurrentValue()
    [all...]
translate_infobar_base.h 54 scoped_ptr<gfx::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
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
translate_infobar_base_gtk.cc 46 background_color_animation_.reset(new gfx::SlideAnimation(this));
47 background_color_animation_->SetTweenType(gfx::Tween::LINEAR);
48 background_color_animation_->SetSlideDuration(500);
50 background_color_animation_->Show();
54 background_color_animation_->Reset(1.0);
55 background_color_animation_->Hide();
68 if (animation == background_color_animation_.get()) {
translate_infobar_base_gtk.h 67 scoped_ptr<gfx::SlideAnimation> background_color_animation_; member in class:TranslateInfoBarBase

Completed in 107 milliseconds