Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc1987 int bg_color_key = COLOR_MENU; in PaintFrameControl() local
1991 bg_color_key = is_selected ? COLOR_HIGHLIGHT : COLOR_MENU; in PaintFrameControl()
1995 bg_color_key = COLOR_HIGHLIGHT; in PaintFrameControl()
2005 COLORREF old_bg_color = SetBkColor(hdc, GetSysColor(bg_color_key)); in PaintFrameControl()