/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 69 SOFT_LINK_LIBRARY(uxtheme) 70 SOFT_LINK(uxtheme, OpenThemeData, HANDLE, WINAPI, (HWND hwnd, LPCWSTR pszClassList), (hwnd, pszClassList)) 71 SOFT_LINK(uxtheme, CloseThemeData, HRESULT, WINAPI, (HANDLE hTheme), (hTheme)) 72 SOFT_LINK(uxtheme, DrawThemeBackground, HRESULT, WINAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRect), (hTheme, hdc, iPartId, iStateId, pRect, pClipRect)) 73 SOFT_LINK(uxtheme, IsThemeActive, BOOL, WINAPI, (), ()) 74 SOFT_LINK(uxtheme, IsThemeBackgroundPartiallyTransparent, BOOL, WINAPI, (HANDLE hTheme, int iPartId, int iStateId), (hTheme, iPartId, iStateId))
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeEngineDRTWin.h | 35 // the UXTheme theming engine present in XP, Vista, and Win 7, or the "classic"
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWin.cpp | 111 SOFT_LINK_LIBRARY(uxtheme) 112 SOFT_LINK(uxtheme, OpenThemeData, HANDLE, WINAPI, (HWND hwnd, LPCWSTR pszClassList), (hwnd, pszClassList)) 113 SOFT_LINK(uxtheme, CloseThemeData, HRESULT, WINAPI, (HANDLE hTheme), (hTheme)) 114 SOFT_LINK(uxtheme, DrawThemeBackground, HRESULT, WINAPI, (HANDLE hTheme, HDC hdc, int iPartId, int iStateId, const RECT* pRect, const RECT* pClipRect), (hTheme, hdc, iPartId, iStateId, pRect, pClipRect)) 115 SOFT_LINK(uxtheme, IsThemeActive, BOOL, WINAPI, (), ()) 116 SOFT_LINK(uxtheme, IsThemeBackgroundPartiallyTransparent, BOOL, WINAPI, (HANDLE hTheme, int iPartId, int iStateId), (hTheme, iPartId, iStateId)) 180 // If WebKit is being unloaded, then uxtheme.dll is no longer available. [all...] |
RenderThemeChromiumWin.cpp | 29 #include <uxtheme.h>
|
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
scrollbar_render.cpp | 39 #include <wx/msw/uxtheme.h>
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.cpp | 78 SOFT_LINK_LIBRARY(Uxtheme); 79 SOFT_LINK_OPTIONAL(Uxtheme, BeginPanningFeedback, BOOL, WINAPI, (HWND)); 80 SOFT_LINK_OPTIONAL(Uxtheme, EndPanningFeedback, BOOL, WINAPI, (HWND, BOOL)); 81 SOFT_LINK_OPTIONAL(Uxtheme, UpdatePanningFeedback, BOOL, WINAPI, (HWND, LONG, LONG, BOOL)); [all...] |
/external/webkit/Source/WebKit/win/ |
WebView.cpp | 176 SOFT_LINK_LIBRARY(Uxtheme); 177 SOFT_LINK_OPTIONAL(Uxtheme, BeginPanningFeedback, BOOL, WINAPI, (HWND)); 178 SOFT_LINK_OPTIONAL(Uxtheme, EndPanningFeedback, BOOL, WINAPI, (HWND, BOOL)); 179 SOFT_LINK_OPTIONAL(Uxtheme, UpdatePanningFeedback, BOOL, WINAPI, (HWND, LONG, LONG, BOOL)); [all...] |
/external/chromium/build/ |
common.gypi | [all...] |