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

  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.cc 14 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();
hover_controller_gtk.h 59 ui::SlideAnimation hover_animation_; member in class:HoverControllerGtk
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 356 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();
base_tab.h 113 return hover_animation_.get();
195 scoped_ptr<ui::SlideAnimation> hover_animation_; member in class:BaseTab
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 270 hover_animation_.reset(new ui::SlideAnimation(this));
271 hover_animation_->SetSlideDuration(kHoverDurationMs);
    [all...]
tab_renderer_gtk.h 426 scoped_ptr<ui::SlideAnimation> hover_animation_; member in class:TabRendererGtk

Completed in 48 milliseconds