Searched refs:paintToggle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk2.cpp159 static void paintToggle(RenderThemeGtk* theme, RenderObject* renderObject, const PaintInfo& info, const IntRect& rect, GtkWidget* widget) function in namespace:WebCore
203 paintToggle(this, renderObject, info, rect, gtkCheckButton());
214 paintToggle(this, renderObject, info, rect, gtkRadioButton());
H A DRenderThemeGtk3.cpp221 static void paintToggle(const RenderThemeGtk* theme, GType widgetType, RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& fullRect) function in namespace:WebCore
283 paintToggle(this, GTK_TYPE_CHECK_BUTTON, renderObject, paintInfo, rect);
294 paintToggle(this, GTK_TYPE_RADIO_BUTTON, renderObject, paintInfo, rect);

Completed in 119 milliseconds