Searched refs:widgetContext (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 176 WidgetRenderingContext widgetContext(info.context, rect); in paintToggle() local 182 widgetContext.gtkPaintOption(buttonRect, widget, toggleState, shadowType, detail); in paintToggle() 185 widgetContext.gtkPaintCheck(buttonRect, widget, toggleState, shadowType, detail); in paintToggle() 191 widgetContext.gtkPaintFocus(focusRect, widget, toggleState, detail); in paintToggle() 263 WidgetRenderingContext widgetContext(info.context, rect); in paintButton() local 265 widgetContext.gtkPaintBox(buttonRect, widget, state, shadowType, "button"); in paintButton() 267 widgetContext.gtkPaintFocus(focusRect, widget, state, "button"); in paintButton() 391 WidgetRenderingContext widgetContext(info.context, rect); in paintMenuList() local 393 …widgetContext.gtkPaintArrow(arrowRect, gtkComboBoxArrow(), stateType, shadowType, GTK_ARROW_DOWN, … in paintMenuList() 417 …widgetContext.gtkPaintBox(separatorRect, separator, GTK_STATE_NORMAL, GTK_SHADOW_ETCHED_OUT, "vsep… in paintMenuList() [all …]
|
D | ScrollbarThemeGtk2.cpp | 82 WidgetRenderingContext widgetContext(context, fullScrollbarRect); in paintTrackBackground() local 84 widgetContext.gtkPaintBox(paintRect, getWidgetForScrollbar(scrollbar), in paintTrackBackground() 92 WidgetRenderingContext widgetContext(context, fullScrollbarRect); in paintScrollbarBackground() local 93 widgetContext.gtkPaintBox(fullScrollbarRect, getWidgetForScrollbar(scrollbar), in paintScrollbarBackground() 125 WidgetRenderingContext widgetContext(context, rect); in paintThumb() local 127 widgetContext.gtkPaintSlider(sliderRect, widget, stateType, shadowType, "slider", orientation); in paintThumb() 181 WidgetRenderingContext widgetContext(context, rect); in paintButton() local 184 widgetContext.gtkPaintBox(buttonRect, widget, stateType, shadowType, detail); in paintButton() 211 widgetContext.gtkPaintArrow(arrowRect, widget, stateType, shadowType, arrowType, detail); in paintButton()
|