HomeSort by relevance Sort by last modified time
    Searched refs:RenderThemeGtk (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 26 #include "RenderThemeGtk.h"
72 void RenderThemeGtk::initMediaButtons()
99 PassRefPtr<RenderTheme> RenderThemeGtk::create()
101 return adoptRef(new RenderThemeGtk());
106 static RenderTheme* rt = RenderThemeGtk::create().releaseRef();
110 RenderThemeGtk::RenderThemeGtk()
145 bool RenderThemeGtk::supportsFocusRing(const RenderStyle* style) const
150 bool RenderThemeGtk::controlSupportsTints(const RenderObject* o) const
155 int RenderThemeGtk::baselinePosition(const RenderObject* o) cons
    [all...]
RenderThemeGtk2.cpp 26 #include "RenderThemeGtk.h"
52 // This is not a static method, because we want to avoid having GTK+ headers in RenderThemeGtk.h.
55 void RenderThemeGtk::platformInit()
83 RenderThemeGtk::~RenderThemeGtk()
90 void RenderThemeGtk::initMediaColors()
112 void RenderThemeGtk::adjustRepaintRect(const RenderObject* renderObject, IntRect& rect)
133 static GtkStateType getGtkStateType(RenderThemeGtk* theme, RenderObject* object)
144 static void setToggleSize(const RenderThemeGtk* theme, RenderStyle* style, GtkWidget* widget)
158 static void paintToggle(RenderThemeGtk* theme, RenderObject* renderObject, const PaintInfo& info, const IntRect& rect, GtkWidget* widget
    [all...]
RenderThemeGtk3.cpp 26 #include "RenderThemeGtk.h"
95 GtkStyleContext* RenderThemeGtk::gtkScrollbarStyle()
100 // This is not a static method, because we want to avoid having GTK+ headers in RenderThemeGtk.h.
103 void RenderThemeGtk::platformInit()
107 RenderThemeGtk::~RenderThemeGtk()
112 void RenderThemeGtk::initMediaColors()
135 void RenderThemeGtk::adjustRepaintRect(const RenderObject* renderObject, IntRect& rect)
198 static void paintToggle(const RenderThemeGtk* theme, GType widgetType, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect)
236 void RenderThemeGtk::setCheckboxSize(RenderStyle* style) cons
    [all...]
WidgetRenderingContext.h 37 class RenderThemeGtk;
ScrollbarThemeGtk2.cpp 33 #include "RenderThemeGtk.h"
49 g_signal_connect(static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get())->gtkHScrollbar(),
55 GtkWidget* scrollbar = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get())->gtkHScrollbar();
69 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get());
WidgetRenderingContext.cpp 38 #include "RenderThemeGtk.h"
74 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get());
121 RenderThemeGtk* theme = static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get());
RenderThemeGtk.h 39 class RenderThemeGtk : public RenderTheme {
41 RenderThemeGtk();
42 virtual ~RenderThemeGtk();
ScrollbarThemeGtk3.cpp 33 #include "RenderThemeGtk.h"
46 : m_context(static_cast<RenderThemeGtk*>(RenderTheme::defaultTheme().get())->gtkScrollbarStyle())

Completed in 49 milliseconds