Home
last modified time | relevance | path

Searched refs:hover_animation (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc512 hover_animation() && in PaintInactiveTabBackground()
513 (hover_animation()->IsShowing() || hover_animation()->is_animating())) { in PaintInactiveTabBackground()
586 const ui::SlideAnimation* hover_slide = hover_animation(); in DrawHoverGlowBitmap()
645 if (hover_animation()) in GetThrobValue()
646 return kHoverOpacity * hover_animation()->GetCurrentValue() * scale + min; in GetThrobValue()
Dbase_tab.h112 const ui::SlideAnimation* hover_animation() const { in hover_animation() function