Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/tray/
Dhover_highlight_view.cc34 text_highlight_color_(0), in HoverHighlightView()
163 if (text_highlight_color_ && text_label_) in OnMouseEntered()
164 text_label_->SetEnabledColor(text_highlight_color_); in OnMouseEntered()
Dhover_highlight_view.h55 void set_text_highlight_color(SkColor c) { text_highlight_color_ = c; } in set_text_highlight_color()
83 SkColor text_highlight_color_; variable