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

  /external/webkit/Source/WebCore/platform/gtk/
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...]
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...]
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
CurrentProgramPropertyAccessor.java 31 int location, GLStateType stateType) {
35 mStateType = stateType;
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 373 static bool checkElementState(PlatformUIElement element, AtkStateType stateType)
379 return atk_state_set_contains_state(stateSet.get(), stateType);

Completed in 137 milliseconds