OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theme_dll_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/native_theme/
native_theme_win.cc
205
if (!
theme_dll_
)
341
:
theme_dll_
(LoadLibrary(L"uxtheme.dll")),
353
if (
theme_dll_
) {
355
GetProcAddress(
theme_dll_
, "DrawThemeBackground"));
357
GetProcAddress(
theme_dll_
, "DrawThemeBackgroundEx"));
359
GetProcAddress(
theme_dll_
, "GetThemeColor"));
361
GetProcAddress(
theme_dll_
, "GetThemeBackgroundContentRect"));
363
GetProcAddress(
theme_dll_
, "GetThemePartSize"));
365
GetProcAddress(
theme_dll_
, "OpenThemeData"));
367
GetProcAddress(
theme_dll_
, "CloseThemeData"))
[
all
...]
native_theme_win.h
350
HMODULE
theme_dll_
;
member in class:ui::NativeThemeWin
Completed in 48 milliseconds