Searched refs:text_highlight_color_ (Results 1 – 2 of 2) sorted by relevance
34 text_highlight_color_(0), in HoverHighlightView()163 if (text_highlight_color_ && text_label_) in OnMouseEntered()164 text_label_->SetEnabledColor(text_highlight_color_); in OnMouseEntered()
55 void set_text_highlight_color(SkColor c) { text_highlight_color_ = c; } in set_text_highlight_color()83 SkColor text_highlight_color_; variable