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

/external/webkit/WebCore/platform/gtk/
H A DScrollbarGtk.h32 typedef struct _GtkAdjustment GtkAdjustment; typedef in typeref:struct:_GtkAdjustment
55 static PassRefPtr<ScrollbarGtk> createScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, GtkAdjustment*);
58 ScrollbarGtk(ScrollbarClient*, ScrollbarOrientation, GtkAdjustment*);
64 void attachAdjustment(GtkAdjustment*);
66 static void gtkValueChanged(GtkAdjustment*, ScrollbarGtk*);
68 GtkAdjustment* m_adjustment;
/external/webkit/WebCore/platform/
H A DScrollView.h43 typedef struct _GtkAdjustment GtkAdjustment; typedef in typeref:struct:_GtkAdjustment
317 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
318 GtkAdjustment* m_horizontalAdjustment;
319 GtkAdjustment* m_verticalAdjustment;

Completed in 247 milliseconds