OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_disabled_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/button/
text_button.h
218
void set_color_disabled(SkColor color) {
color_disabled_
= color; }
301
SkColor
color_disabled_
;
member in class:views::TextButtonBase
text_button.cc
258
color_disabled_
= color;
353
color_ = enabled() ? color_enabled_ :
color_disabled_
;
534
color_disabled_
= theme->GetSystemColor(
Completed in 42 milliseconds