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

  /external/chromium_org/ui/native_theme/
native_theme_win.cc 202 return !theme_dll_ || !GetThemeHandle(name);
318 : theme_dll_(LoadLibrary(L"uxtheme.dll")),
332 if (theme_dll_) {
334 GetProcAddress(theme_dll_, "DrawThemeBackground"));
336 GetProcAddress(theme_dll_, "DrawThemeBackgroundEx"));
338 GetProcAddress(theme_dll_, "GetThemeColor"));
340 GetProcAddress(theme_dll_, "GetThemeBackgroundContentRect"));
342 GetProcAddress(theme_dll_, "GetThemePartSize"));
344 GetProcAddress(theme_dll_, "OpenThemeData"));
346 GetProcAddress(theme_dll_, "CloseThemeData"))
    [all...]
native_theme_win.h 353 HMODULE theme_dll_; member in class:ui::NativeThemeWin

Completed in 108 milliseconds