Searched defs:ScrollbarThemeQt (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.h39 class ScrollbarThemeQt : public ScrollbarTheme { class in namespace:WebCore
41 virtual ~ScrollbarThemeQt();
H A DScrollbarThemeQt.cpp29 #include "ScrollbarThemeQt.h"
48 static ScrollbarThemeQt theme;
52 ScrollbarThemeQt::~ScrollbarThemeQt()
140 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
174 ScrollbarPart ScrollbarThemeQt::hitTest(Scrollbar* scrollbar, const PlatformMouseEvent& evt)
183 bool ScrollbarThemeQt::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& evt)
189 void ScrollbarThemeQt::invalidatePart(Scrollbar* scrollbar, ScrollbarPart)
195 int ScrollbarThemeQt::scrollbarThickness(ScrollbarControlSize controlSize)
208 int ScrollbarThemeQt
[all...]

Completed in 64 milliseconds