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

  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.h 32 typedef struct _GtkAdjustment 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/
ScrollView.h 43 typedef struct _GtkAdjustment GtkAdjustment;
317 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
318 GtkAdjustment* m_horizontalAdjustment;
319 GtkAdjustment* m_verticalAdjustment;
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 76 milliseconds