Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.cc202 return !theme_dll_ || !GetThemeHandle(name); in IsClassicTheme()
318 : theme_dll_(LoadLibrary(L"uxtheme.dll")), in NativeThemeWin()
332 if (theme_dll_) { in NativeThemeWin()
334 GetProcAddress(theme_dll_, "DrawThemeBackground")); in NativeThemeWin()
336 GetProcAddress(theme_dll_, "DrawThemeBackgroundEx")); in NativeThemeWin()
338 GetProcAddress(theme_dll_, "GetThemeColor")); in NativeThemeWin()
340 GetProcAddress(theme_dll_, "GetThemeBackgroundContentRect")); in NativeThemeWin()
342 GetProcAddress(theme_dll_, "GetThemePartSize")); in NativeThemeWin()
344 GetProcAddress(theme_dll_, "OpenThemeData")); in NativeThemeWin()
346 GetProcAddress(theme_dll_, "CloseThemeData")); in NativeThemeWin()
[all …]
Dnative_theme_win.h353 HMODULE theme_dll_; variable