Home | History | Annotate | Download | only in gtk

Lines Matching defs:ScrollbarThemeGtk

27 #include "ScrollbarThemeGtk.h"
40 static ScrollbarThemeGtk theme;
44 ScrollbarThemeGtk::~ScrollbarThemeGtk()
48 void ScrollbarThemeGtk::registerScrollbar(Scrollbar* scrollbar)
55 void ScrollbarThemeGtk::unregisterScrollbar(Scrollbar* scrollbar)
64 void ScrollbarThemeGtk::updateScrollbarsFrameThickness()
89 bool ScrollbarThemeGtk::hasThumb(Scrollbar* scrollbar)
96 IntRect ScrollbarThemeGtk::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
115 IntRect ScrollbarThemeGtk::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
139 IntRect ScrollbarThemeGtk::trackRect(Scrollbar* scrollbar, bool)
174 IntRect ScrollbarThemeGtk::thumbRect(Scrollbar* scrollbar, const IntRect& unconstrainedTrackRect)
185 bool ScrollbarThemeGtk::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
254 void ScrollbarThemeGtk::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
263 bool ScrollbarThemeGtk::shouldCenterOnThumb(Scrollbar*, const PlatformMouseEvent& event)
268 int ScrollbarThemeGtk::scrollbarThickness(ScrollbarControlSize)
273 IntSize ScrollbarThemeGtk::buttonSize(Scrollbar* scrollbar)
282 int ScrollbarThemeGtk::minimumThumbLength(Scrollbar* scrollbar)