OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_default_color_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
hover_highlight_view.cc
35
text_default_color_
(0),
59
if (
text_default_color_
)
60
text_label_->SetEnabledColor(
text_default_color_
);
85
if (
text_default_color_
)
86
text_label_->SetEnabledColor(
text_default_color_
);
115
if (
text_default_color_
)
116
text_label_->SetEnabledColor(
text_default_color_
);
168
if (
text_default_color_
&& text_label_)
169
text_label_->SetEnabledColor(
text_default_color_
);
hover_highlight_view.h
56
void set_text_default_color(SkColor color) {
text_default_color_
= color; }
81
SkColor
text_default_color_
;
member in class:ash::internal::HoverHighlightView
Completed in 107 milliseconds