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 209 if (!theme_dll_)
341 : theme_dll_(LoadLibrary(L"uxtheme.dll")),
355 if (theme_dll_) {
357 GetProcAddress(theme_dll_, "DrawThemeBackground"));
359 GetProcAddress(theme_dll_, "DrawThemeBackgroundEx"));
361 GetProcAddress(theme_dll_, "GetThemeColor"));
363 GetProcAddress(theme_dll_, "GetThemeBackgroundContentRect"));
365 GetProcAddress(theme_dll_, "GetThemePartSize"));
367 GetProcAddress(theme_dll_, "OpenThemeData"));
369 GetProcAddress(theme_dll_, "CloseThemeData"))
    [all...]
native_theme_win.h 353 HMODULE theme_dll_; member in class:ui::NativeThemeWin

Completed in 4717 milliseconds