Searched refs:hover_animation_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.cc14 hover_animation_(this),
72 if (animation == &hover_animation_ && throb_animation_.is_animating())
95 hover_animation_.Show();
104 hover_animation_.Reset();
107 hover_animation_.Hide();
119 hover_animation_.Reset();
H A Dhover_controller_gtk.h59 ui::SlideAnimation hover_animation_; member in class:HoverControllerGtk
/external/chromium_org/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.cc15 hover_animation_(this),
73 if (animation == &hover_animation_ && throb_animation_.is_animating())
96 hover_animation_.Show();
105 hover_animation_.Reset();
108 hover_animation_.Hide();
120 hover_animation_.Reset();
H A Dhover_controller_gtk.h59 gfx::SlideAnimation hover_animation_; member in class:HoverControllerGtk
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.cc61 (!is_throbbing_ || !hover_animation_->is_animating())) {
65 hover_animation_->Show();
70 hover_animation_->Hide();
72 hover_animation_->Stop();
85 hover_animation_->StartThrobbing(cycles_til_stop);
89 if (hover_animation_->is_animating()) {
90 hover_animation_->Stop();
96 hover_animation_->SetSlideDuration(duration);
236 hover_animation_->Reset(1.0);
326 hover_animation_
[all...]
H A Dcustom_button.h126 scoped_ptr<gfx::ThrobAnimation> hover_animation_; member in class:views::CustomButton
H A Dimage_button.cc145 if (!images_[STATE_HOVERED].isNull() && hover_animation_->is_animating()) {
147 images_[STATE_HOVERED], hover_animation_->GetCurrentValue());
H A Dtext_button.cc353 return hover_animation_.get();
591 hover_animation_.get() : NULL;
594 return hover_animation_.get();
H A Dlabel_button.cc385 hover_animation_.get() : NULL;
388 return hover_animation_.get();
/external/chromium_org/ash/shelf/
H A Doverflow_button.cc78 kButtonHoverAlpha * hover_animation_->GetCurrentValue(),
135 if (hover_animation_->is_animating()) {
138 kButtonHoverAlpha * hover_animation_->GetCurrentValue());
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc356 if (!hover_animation_.get()) {
357 hover_animation_.reset(new ui::SlideAnimation(this));
358 hover_animation_->SetContainer(animation_container_.get());
359 hover_animation_->SetSlideDuration(kHoverDurationMs);
361 hover_animation_->SetTweenType(ui::Tween::EASE_OUT);
362 hover_animation_->Show();
366 hover_animation_->SetTweenType(ui::Tween::EASE_IN);
367 hover_animation_->Hide();
H A Dbase_tab.h113 return hover_animation_.get();
195 scoped_ptr<ui::SlideAnimation> hover_animation_; member in class:BaseTab
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc270 hover_animation_.reset(new ui::SlideAnimation(this));
271 hover_animation_->SetSlideDuration(kHoverDurationMs);
1019 return hover_animation_.get() ?
1020 kHoverOpacity * hover_animation_->GetCurrentValue() : 0;
1065 hover_animation_->SetTweenType(ui::Tween::EASE_OUT);
1066 hover_animation_->Show();
1072 hover_animation_->SetTweenType(ui::Tween::EASE_IN);
1073 hover_animation_->Hide();
H A Dtab_renderer_gtk.h426 scoped_ptr<ui::SlideAnimation> hover_animation_; member in class:TabRendererGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc332 hover_animation_.reset(new gfx::SlideAnimation(this));
333 hover_animation_->SetSlideDuration(kHoverDurationMs);
1119 if (hover_animation_.get())
1120 return kHoverOpacity * hover_animation_->GetCurrentValue() * scale + min;
1169 hover_animation_->SetTweenType(gfx::Tween::EASE_OUT);
1170 hover_animation_->Show();
1176 hover_animation_->SetTweenType(gfx::Tween::EASE_IN);
1177 hover_animation_->Hide();
H A Dtab_renderer_gtk.h416 scoped_ptr<gfx::SlideAnimation> hover_animation_; member in class:TabRendererGtk
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc112 return hover_animation_->GetCurrentValue();
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc537 if (!hover_animation_->is_animating())
542 hover_animation_->GetCurrentValue());

Completed in 869 milliseconds