Home
last modified time | relevance | path

Searched refs:ScrollbarThemeWin (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/win/
DScrollbarThemeWin.cpp91 static ScrollbarThemeWin winTheme; in nativeTheme()
96 ScrollbarThemeWin::ScrollbarThemeWin() in ScrollbarThemeWin() function in WebCore::ScrollbarThemeWin
106 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 …]
DScrollbarThemeWin.h33 class ScrollbarThemeWin : public ScrollbarThemeComposite {
35 ScrollbarThemeWin();
36 virtual ~ScrollbarThemeWin();
DScrollbarThemeSafari.cpp61 static ScrollbarThemeWin windowsTheme; in nativeTheme()
/external/webkit/WebCore/
DChangeLog-2009-06-1618042 * platform/win/ScrollbarThemeWin.cpp:
18043 (WebCore::ScrollbarThemeWin::shouldCenterOnThumb):
18044 (WebCore::ScrollbarThemeWin::shouldSnapBackToDragOrigin):
18045 * platform/win/ScrollbarThemeWin.h:
23359 * platform/win/ScrollbarThemeWin.cpp: Moved isRunningOnVistaOrLater
23678 * platform/win/ScrollbarThemeWin.cpp:
23679 (WebCore::ScrollbarThemeWin::themeChanged): Null out scrollbarTheme
23684 Small cleanup/correctness fix in ScrollbarThemeWin
23688 * platform/win/ScrollbarThemeWin.cpp: Removed the now-unused
23692 (WebCore::ScrollbarThemeWin::themeChanged): Null-check scrollbarTheme
[all …]
DWebCore.gypi2724 'platform/win/ScrollbarThemeWin.cpp',
2725 'platform/win/ScrollbarThemeWin.h',
/external/webkit/WebKit/win/
DChangeLog-2009-06-163368 …r themes are now responsible for painting scrollbar corners. At the moment ScrollbarThemeWin still
/external/webkit/WebKit/mac/
DChangeLog-2010-01-2914732 …r themes are now responsible for painting scrollbar corners. At the moment ScrollbarThemeWin still