HomeSort by relevance Sort by last modified time
    Searched refs:draw_theme_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/native_theme/
native_theme_win.cc 342 draw_theme_(NULL),
356 draw_theme_ = reinterpret_cast<DrawThemeBackgroundPtr>(
753 if (handle && draw_theme_)
754 return draw_theme_(handle, hdc, part_id, state_id, rect, NULL);
841 if (handle && draw_theme_) {
845 return draw_theme_(handle, hdc, MENU_POPUPSEPARATOR, MPI_NORMAL, &rect_win,
857 if (handle && draw_theme_)
858 return draw_theme_(handle, hdc, MENU_POPUPGUTTER, MPI_NORMAL, &rect_win,
874 if (handle && draw_theme_) {
876 return draw_theme_(handle, hdc, MENU_POPUPSUBMENU, state_id, &rect_win
    [all...]
native_theme_win.h 341 DrawThemeBackgroundPtr draw_theme_; member in class:ui::NativeThemeWin

Completed in 100 milliseconds