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

  /external/chromium_org/ash/system/tray/
hover_highlight_view.h 55 void set_text_highlight_color(SkColor c) { text_highlight_color_ = c; }
83 SkColor text_highlight_color_; member in class:ash::HoverHighlightView
hover_highlight_view.cc 34 text_highlight_color_(0),
163 if (text_highlight_color_ && text_label_)
164 text_label_->SetEnabledColor(text_highlight_color_);

Completed in 271 milliseconds