HomeSort by relevance Sort by last modified time
    Searched defs:stateType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 103 GtkStateType stateType = GTK_STATE_NORMAL;
106 stateType = GTK_STATE_ACTIVE;
109 stateType = GTK_STATE_PRELIGHT;
127 widgetContext.gtkPaintSlider(sliderRect, widget, stateType, shadowType, "slider", orientation);
134 GtkStateType stateType = GTK_STATE_INSENSITIVE;
141 stateType = GTK_STATE_NORMAL;
143 stateType = GTK_STATE_ACTIVE;
146 stateType = GTK_STATE_PRELIGHT;
184 widgetContext.gtkPaintBox(buttonRect, widget, stateType, shadowType, detail);
211 widgetContext.gtkPaintArrow(arrowRect, widget, stateType, shadowType, arrowType, detail)
    [all...]
WidgetRenderingContext.cpp 147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
159 gtk_paint_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect,
163 void WidgetRenderingContext::gtkPaintFlatBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
166 gtk_paint_flat_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect,
170 void WidgetRenderingContext::gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail)
173 gtk_paint_focus(gtk_widget_get_style(widget), m_target, stateType, &paintRect, widget,
177 void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation orientation)
180 gtk_paint_slider(gtk_widget_get_style(widget), m_target, stateType, shadowType, &m_paintRect, widget,
184 void WidgetRenderingContext::gtkPaintCheck(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
187 gtk_paint_check(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, widget
    [all...]
RenderThemeGtk2.cpp 392 GtkStateType stateType = getGtkStateType(this, object);
393 widgetContext.gtkPaintArrow(arrowRect, gtkComboBoxArrow(), stateType, shadowType, GTK_ARROW_DOWN, "arrow");
613 GtkStateType stateType = GTK_STATE_INSENSITIVE;
616 stateType = GTK_STATE_ACTIVE;
618 stateType = GTK_STATE_PRELIGHT;
620 stateType = GTK_STATE_NORMAL;
624 widgetContext.gtkPaintBox(topRect, widget, stateType, shadowType, "spinbutton_up");
636 widgetContext.gtkPaintArrow(arrowRect, widget, stateType, shadowType, GTK_ARROW_UP, "spinbutton");
641 stateType = GTK_STATE_ACTIVE;
643 stateType = GTK_STATE_PRELIGHT
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp     [all...]

Completed in 187 milliseconds