Home | History | Annotate | Download | only in views

Lines Matching defs:text_color

363     button->SetTextColor(views::Button::STATE_NORMAL, menu_config.text_color);
446 text_color = native_theme->GetSystemColor(
448 cut->SetTextColor(views::Button::STATE_NORMAL, text_color);
449 copy->SetTextColor(views::Button::STATE_NORMAL, text_color);
450 paste->SetTextColor(views::Button::STATE_NORMAL, text_color);