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
202
void set_color_disabled(SkColor color) {
color_disabled_
= color; }
289
SkColor
color_disabled_
;
member in class:views::TextButtonBase
text_button.cc
262
color_disabled_
= color;
357
color_ = enabled() ? color_enabled_ :
color_disabled_
;
551
color_disabled_
= theme->GetSystemColor(
Completed in 538 milliseconds