Searched refs:draw_theme_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/ui/native_theme/ |
D | native_theme_win.cc | 342 draw_theme_(NULL), in NativeThemeWin() 356 draw_theme_ = reinterpret_cast<DrawThemeBackgroundPtr>( in NativeThemeWin() 753 if (handle && draw_theme_) in PaintButton() 754 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL); in PaintButton() 841 if (handle && draw_theme_) { in PaintMenuSeparator() 845 return draw_theme_(handle, hdc, MENU_POPUPSEPARATOR, MPI_NORMAL, &rect_win, in PaintMenuSeparator() 857 if (handle && draw_theme_) in PaintMenuGutter() 858 return draw_theme_(handle, hdc, MENU_POPUPGUTTER, MPI_NORMAL, &rect_win, in PaintMenuGutter() 874 if (handle && draw_theme_) { in PaintMenuArrow() 876 return draw_theme_(handle, hdc, MENU_POPUPSUBMENU, state_id, &rect_win, in PaintMenuArrow() [all …]
|
D | native_theme_win.h | 341 DrawThemeBackgroundPtr draw_theme_; variable
|