Searched refs:ScrollbarThemeWin (Results 1 – 7 of 7) sorted by relevance
91 static ScrollbarThemeWin winTheme; in nativeTheme()96 ScrollbarThemeWin::ScrollbarThemeWin() in ScrollbarThemeWin() function in WebCore::ScrollbarThemeWin106 ScrollbarThemeWin::~ScrollbarThemeWin() in ~ScrollbarThemeWin()110 int ScrollbarThemeWin::scrollbarThickness(ScrollbarControlSize) in scrollbarThickness()118 void ScrollbarThemeWin::themeChanged() in themeChanged()127 bool ScrollbarThemeWin::invalidateOnMouseEnterExit() in invalidateOnMouseEnterExit()132 bool ScrollbarThemeWin::hasThumb(Scrollbar* scrollbar) in hasThumb()137 IntRect ScrollbarThemeWin::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in backButtonRect()156 IntRect ScrollbarThemeWin::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool) in forwardButtonRect()177 IntRect ScrollbarThemeWin::trackRect(Scrollbar* scrollbar, bool) in trackRect()[all …]
33 class ScrollbarThemeWin : public ScrollbarThemeComposite {35 ScrollbarThemeWin();36 virtual ~ScrollbarThemeWin();
61 static ScrollbarThemeWin windowsTheme; in nativeTheme()
18042 * platform/win/ScrollbarThemeWin.cpp:18043 (WebCore::ScrollbarThemeWin::shouldCenterOnThumb):18044 (WebCore::ScrollbarThemeWin::shouldSnapBackToDragOrigin):18045 * platform/win/ScrollbarThemeWin.h:23359 * platform/win/ScrollbarThemeWin.cpp: Moved isRunningOnVistaOrLater23678 * platform/win/ScrollbarThemeWin.cpp:23679 (WebCore::ScrollbarThemeWin::themeChanged): Null out scrollbarTheme23684 Small cleanup/correctness fix in ScrollbarThemeWin23688 * platform/win/ScrollbarThemeWin.cpp: Removed the now-unused23692 (WebCore::ScrollbarThemeWin::themeChanged): Null-check scrollbarTheme[all …]
2724 'platform/win/ScrollbarThemeWin.cpp',2725 'platform/win/ScrollbarThemeWin.h',
3368 …r themes are now responsible for painting scrollbar corners. At the moment ScrollbarThemeWin still
14732 …r themes are now responsible for painting scrollbar corners. At the moment ScrollbarThemeWin still