Home
last modified time | relevance | path

Searched refs:gtkPaintBox (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DScrollbarThemeGtk2.cpp84 widgetContext.gtkPaintBox(paintRect, getWidgetForScrollbar(scrollbar), in paintTrackBackground()
93 widgetContext.gtkPaintBox(fullScrollbarRect, getWidgetForScrollbar(scrollbar), in paintScrollbarBackground()
184 widgetContext.gtkPaintBox(buttonRect, widget, stateType, shadowType, detail); in paintButton()
DRenderThemeGtk2.cpp265 widgetContext.gtkPaintBox(buttonRect, widget, state, shadowType, "button"); in paintButton()
417 …widgetContext.gtkPaintBox(separatorRect, separator, GTK_STATE_NORMAL, GTK_SHADOW_ETCHED_OUT, "vsep… in paintMenuList()
488 widgetContext.gtkPaintBox(troughRect, widget, GTK_STATE_ACTIVE, GTK_SHADOW_OUT, "trough"); in paintSliderTrack()
562 … widgetContext.gtkPaintBox(fullProgressBarRect, widget, GTK_STATE_NORMAL, GTK_SHADOW_IN, "trough"); in paintProgressBar()
571 widgetContext.gtkPaintBox(progressRect, widget, GTK_STATE_PRELIGHT, GTK_SHADOW_OUT, "bar"); in paintProgressBar()
606 …widgetContext.gtkPaintBox(fullSpinButtonRect, widget, GTK_STATE_NORMAL, GTK_SHADOW_IN, "spinbutton… in paintInnerSpinButton()
624 widgetContext.gtkPaintBox(topRect, widget, stateType, shadowType, "spinbutton_up"); in paintInnerSpinButton()
649 widgetContext.gtkPaintBox(bottomRect, widget, stateType, shadowType, "spinbutton_down"); in paintInnerSpinButton()
DWidgetRenderingContext.h44 void gtkPaintBox(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, const gchar*);
DWidgetRenderingContext.cpp147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType state… in gtkPaintBox() function in WebCore::WidgetRenderingContext
/external/webkit/Source/WebCore/
DChangeLog-2011-02-165920 (WebCore::WidgetRenderingContext::gtkPaintBox): Added an option which
40754 (WebCore::WidgetRenderingContext::gtkPaintBox): Added.
40758 (WebCore::WidgetRenderingContext::gtkPaintBox): Ditto.
DChangeLog10208 (WebCore::WidgetRenderingContext::gtkPaintBox): Use the new calculateClipRectHelper.