Searched refs:ScrollbarThemeChromium (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DScrollbarThemeChromium.cpp28 #include "ScrollbarThemeChromium.h"
38 // members of ScrollbarThemeChromium can be found in the platform specific files
43 bool ScrollbarThemeChromium::hasThumb(Scrollbar* scrollbar)
50 IntRect ScrollbarThemeChromium::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
60 IntRect ScrollbarThemeChromium::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
78 void ScrollbarThemeChromium::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
85 void ScrollbarThemeChromium::paintTickmarks(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
122 void ScrollbarThemeChromium::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
H A DScrollbarThemeChromiumLinux.h34 #include "ScrollbarThemeChromium.h"
37 class ScrollbarThemeChromiumLinux : public ScrollbarThemeChromium {
H A DScrollbarThemeChromium.h42 class ScrollbarThemeChromium : public ScrollbarThemeComposite { class in namespace:WebCore
H A DScrollbarThemeChromiumWin.h34 #include "ScrollbarThemeChromium.h"
37 class ScrollbarThemeChromiumWin : public ScrollbarThemeChromium {
H A DScrollbarThemeChromiumLinux.cpp132 IntRect ScrollbarThemeChromium::trackRect(Scrollbar* scrollbar, bool)
H A DScrollbarThemeChromiumWin.cpp60 IntRect ScrollbarThemeChromium::trackRect(Scrollbar* scrollbar, bool)

Completed in 23 milliseconds