HomeSort by relevance Sort by last modified time
    Searched defs:GlowHoverController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/
glow_hover_controller.cc 22 GlowHoverController::GlowHoverController(views::View* view)
29 GlowHoverController::~GlowHoverController() {
32 void GlowHoverController::SetAnimationContainer(
37 void GlowHoverController::SetLocation(const gfx::Point& location) {
43 void GlowHoverController::Show(Style style) {
60 void GlowHoverController::Hide() {
65 void GlowHoverController::HideImmediately() {
71 double GlowHoverController::GetAnimationValue() const
    [all...]
glow_hover_controller.h 22 // GlowHoverController is responsible for drawing a hover effect as is used by
28 // Internally GlowHoverController uses an animation to animate the glow and
30 class VIEWS_EXPORT GlowHoverController : public gfx::AnimationDelegate {
37 explicit GlowHoverController(views::View* view);
38 virtual ~GlowHoverController();
82 DISALLOW_COPY_AND_ASSIGN(GlowHoverController);

Completed in 778 milliseconds