Home | History | Annotate | Download | only in win

Lines Matching defs:ScrollbarThemeSafari

27 #include "ScrollbarThemeSafari.h"
60 static ScrollbarThemeSafari safariTheme;
98 ScrollbarThemeSafari::~ScrollbarThemeSafari()
102 int ScrollbarThemeSafari::scrollbarThickness(ScrollbarControlSize controlSize)
107 bool ScrollbarThemeSafari::hasButtons(Scrollbar* scrollbar)
114 bool ScrollbarThemeSafari::hasThumb(Scrollbar* scrollbar)
137 IntRect ScrollbarThemeSafari::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
155 IntRect ScrollbarThemeSafari::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool painting)
184 IntRect ScrollbarThemeSafari::trackRect(Scrollbar* scrollbar, bool painting)
196 int ScrollbarThemeSafari::minimumThumbLength(Scrollbar* scrollbar)
201 bool ScrollbarThemeSafari::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt)
206 void ScrollbarThemeSafari::paintTrackBackground(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& trackRect)
219 void ScrollbarThemeSafari::paintButton(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& buttonRect, ScrollbarPart part)
239 void ScrollbarThemeSafari::paintThumb(GraphicsContext* graphicsContext, Scrollbar* scrollbar, const IntRect& thumbRect)