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

  /external/chromium_org/ui/views/controls/button/
custom_button.cc 61 (!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);
238 hover_animation_->Reset(1.0);
329 hover_animation_.reset(new gfx::ThrobAnimation(this))
    [all...]
custom_button.h 126 scoped_ptr<gfx::ThrobAnimation> hover_animation_; member in class:views::CustomButton
image_button.cc 134 if (!images_[STATE_HOVERED].isNull() && hover_animation_->is_animating()) {
136 images_[STATE_HOVERED], hover_animation_->GetCurrentValue());
text_button.cc 323 return hover_animation_.get();
546 hover_animation_.get() : NULL;
549 return hover_animation_.get();
label_button.cc 441 return hover_animation_.get();
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.cc 107 if (hover_animation_->is_animating() || state() == STATE_HOVERED) {
108 int hovered_background_alpha = hover_animation_->is_animating() ?
109 hover_animation_->CurrentValueBetween(0, 255) : 255;
  /external/chromium_org/ash/shelf/
overflow_button.cc 76 kButtonHoverAlpha * hover_animation_->GetCurrentValue(),
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 102 return hover_animation_->GetCurrentValue();
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 442 if (!hover_animation_->is_animating())
447 hover_animation_->GetCurrentValue());
    [all...]

Completed in 364 milliseconds