Home
last modified time | relevance | path

Searched refs:text_color_key (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc1988 int text_color_key = COLOR_MENUTEXT; in PaintFrameControl() local
1992 text_color_key = COLOR_GRAYTEXT; in PaintFrameControl()
1996 text_color_key = COLOR_HIGHLIGHTTEXT; in PaintFrameControl()
2006 COLORREF old_text_color = SetTextColor(hdc, GetSysColor(text_color_key)); in PaintFrameControl()