Searched refs:kHoverBackgroundColor (Results 1 – 5 of 5) sorted by relevance
55 extern const SkColor kHoverBackgroundColor;
58 const SkColor kHoverBackgroundColor = SkColorSetRGB(0xf3, 0xf3, 0xf3); variable
32 highlight_color_(kHoverBackgroundColor), in HoverHighlightView()
97 kHoverBackgroundColor : kBackgroundColor); in OnPaintBackground()
90 button_hovered_ ? kHoverBackgroundColor : kBackgroundColor; in ShowActive()