Home
last modified time | relevance | path

Searched refs:GtkAdjustment (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/gtk/
DScrollbarGtk.h32 typedef struct _GtkAdjustment GtkAdjustment; typedef
60 static void gtkValueChanged(GtkAdjustment*, ScrollbarGtk*);
61 GtkAdjustment* m_adjustment;
DScrollViewGtk.cpp50 static void adjustmentChanged(GtkAdjustment* adjustment, gpointer _that) in adjustmentChanged()
95 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj) in setGtkAdjustments()
DScrollbarGtk.cpp117 void ScrollbarGtk::gtkValueChanged(GtkAdjustment*, ScrollbarGtk* that) in gtkValueChanged() argument
Dgtk2drawing.c1244 GtkAdjustment *adj; in moz_gtk_scrollbar_thumb_paint()
/external/webkit/WebCore/platform/
DScrollView.h42 typedef struct _GtkAdjustment GtkAdjustment; typedef
309 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj);
310 GtkAdjustment* m_horizontalAdjustment;
311 GtkAdjustment* m_verticalAdjustment;
/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.h100 GtkAdjustment* horizontalAdjustment;
101 GtkAdjustment* verticalAdjustment;
Dwebkitwebview.h110 GtkAdjustment *hadjustment,
111 GtkAdjustment *vadjustment);
Dwebkitwebview.cpp603 …it_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, GtkAdjustment* vad… in webkit_web_view_set_scroll_adjustments()
/external/webkit/WebKit/gtk/
DChangeLog1704 - Keep a copy of the GtkAdjustment to be able to reuse it for the
4424 GtkAdjustment of the GtkLayout and reimplement the set_scroll_adjustments method and pass
/external/webkit/WebCore/
DChangeLog-2007-10-1412268 GtkAdjustment.
12269 Update 'value' of the GtkAdjustment in updateThumbPosition and
DChangeLog-2008-08-1031712 - Keep a copy of the GtkAdjustment to be able to reuse it for the