Searched refs:hover_controller_ (Results 1 – 2 of 2) sorted by relevance
420 hover_controller_(this), in Tab()467 hover_controller_.SetAnimationContainer(container); in set_animation_container()929 hover_controller_.Show(views::GlowHoverController::SUBTLE); in OnMouseEntered()933 hover_controller_.SetLocation(event.location()); in OnMouseMoved()938 hover_controller_.Hide(); in OnMouseExited()1180 !hover_controller_.ShouldDraw(); in PaintInactiveTabBackground()1262 hover_controller_.ShouldDraw()) { in PaintInactiveTabBackgroundUsingResourceId()1263 hover_controller_.Draw(canvas, gfx::ImageSkia( in PaintInactiveTabBackgroundUsingResourceId()1460 if (hover_controller_.ShouldDraw()) { in GetThrobValue()1461 return kHoverOpacity * hover_controller_.GetAnimationValue() * scale + in GetThrobValue()
110 return &hover_controller_; in hover_controller()347 views::GlowHoverController hover_controller_; variable