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

/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.h30 // enums and cannot be forward declared. WidgetRenderingContext.h is currently only
39 class WidgetRenderingContext { class in namespace:WebCore
41 WidgetRenderingContext(GraphicsContext*, const IntRect&);
42 ~WidgetRenderingContext();
H A DWidgetRenderingContext.cpp32 #include "WidgetRenderingContext.h"
69 WidgetRenderingContext::WidgetRenderingContext(GraphicsContext* graphicsContext, const IntRect& targetRect) function in class:WebCore::WidgetRenderingContext
118 WidgetRenderingContext::~WidgetRenderingContext()
147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
163 void WidgetRenderingContext::gtkPaintFlatBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
170 void WidgetRenderingContext::gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail)
177 void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation orientation)
184 void WidgetRenderingContext
[all...]

Completed in 37 milliseconds