OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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),
354
draw_theme_
= reinterpret_cast<DrawThemeBackgroundPtr>(
696
if (handle &&
draw_theme_
)
697
return
draw_theme_
(handle, hdc, part_id, state_id, rect, NULL);
784
if (handle &&
draw_theme_
) {
788
return
draw_theme_
(handle, hdc, MENU_POPUPSEPARATOR, MPI_NORMAL, &rect_win,
800
if (handle &&
draw_theme_
)
801
return
draw_theme_
(handle, hdc, MENU_POPUPGUTTER, MPI_NORMAL, &rect_win,
817
if (handle &&
draw_theme_
) {
819
return
draw_theme_
(handle, hdc, MENU_POPUPSUBMENU, state_id, &rect_win
[
all
...]
native_theme_win.h
338
DrawThemeBackgroundPtr
draw_theme_
;
member in class:ui::NativeThemeWin
Completed in 70 milliseconds