Searched refs:hover_ (Results 1 – 4 of 4) sorted by relevance
42 : normal_(normal), hover_(hover) { in HoverBackground()49 hover_->Paint(canvas, view); in Paint()57 views::Background* hover_; member in __anond36f05d00111::HoverBackground
36 hover_(false), in HoverHighlightView()160 hover_ = true; in OnMouseEntered()167 hover_ = false; in OnMouseExited()179 canvas->DrawColor(hover_ ? highlight_color_ : default_color_); in OnPaintBackground()
47 : hover_(false), in TrayPopupItemContainer()81 hover_ = true; in OnMouseEntered()86 hover_ = false; in OnMouseExited()96 canvas->FillRect(gfx::Rect(size()), (hover_ && change_background_) ? in OnPaintBackground()101 bool hover_; member in ash::__anona90d14c60111::TrayPopupItemContainer
60 bool hover() const { return hover_; } in hover()82 bool hover_; variable