HomeSort by relevance Sort by last modified time
    Searched defs:ScrollbarThemeGtk (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h 35 class ScrollbarThemeGtk : public ScrollbarThemeComposite {
37 ScrollbarThemeGtk();
38 virtual ~ScrollbarThemeGtk();
ScrollbarThemeGtk3.cpp 27 #include "ScrollbarThemeGtk.h"
40 static void gtkStyleChangedCallback(GtkWidget*, ScrollbarThemeGtk* scrollbarTheme)
45 ScrollbarThemeGtk::ScrollbarThemeGtk()
52 void ScrollbarThemeGtk::updateThemeProperties()
67 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
89 void ScrollbarThemeGtk::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
100 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
120 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
ScrollbarThemeGtk.cpp 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
    [all...]
ScrollbarThemeGtk2.cpp 27 #include "ScrollbarThemeGtk.h"
41 static void gtkStyleSetCallback(GtkWidget* widget, GtkStyle* previous, ScrollbarThemeGtk* scrollbarTheme)
46 ScrollbarThemeGtk::ScrollbarThemeGtk()
53 void ScrollbarThemeGtk::updateThemeProperties()
73 void ScrollbarThemeGtk::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
88 void ScrollbarThemeGtk::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar)
97 void ScrollbarThemeGtk::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
130 void ScrollbarThemeGtk::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)

Completed in 107 milliseconds