Searched refs:GtkAdjustment (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DMainFrameScrollbarGtk.h27 typedef struct _GtkAdjustment GtkAdjustment; typedef in typeref:struct:_GtkAdjustment
33 static PassRefPtr<MainFrameScrollbarGtk> create(ScrollableArea*, ScrollbarOrientation, GtkAdjustment*);
38 void attachAdjustment(GtkAdjustment*);
45 MainFrameScrollbarGtk(ScrollableArea*, ScrollbarOrientation, GtkAdjustment*);
46 static void gtkValueChanged(GtkAdjustment*, MainFrameScrollbarGtk*);
48 GRefPtr<GtkAdjustment> m_adjustment;
H A DMainFrameScrollbarGtk.cpp33 PassRefPtr<MainFrameScrollbarGtk> MainFrameScrollbarGtk::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adj)
38 // Main frame scrollbars are slaves to a GtkAdjustment. If a main frame
45 MainFrameScrollbarGtk::MainFrameScrollbarGtk(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adjustment)
51 // We have nothing to show as we are solely operating on the GtkAdjustment.
61 void MainFrameScrollbarGtk::attachAdjustment(GtkAdjustment* adjustment)
84 // For the case where we only operate on the GtkAdjustment it is best to
112 void MainFrameScrollbarGtk::gtkValueChanged(GtkAdjustment*, MainFrameScrollbarGtk* that)
H A DScrollViewGtk.cpp68 // scrollbar with no GtkAdjustment backing it.
73 // and defers to our GtkAdjustment for all of its state. Note that the GtkAdjustment
82 void ScrollView::setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues)
121 void ScrollView::setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues)
160 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues)
H A DGtkVersioning.h106 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper,
109 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value);
H A DGtkVersioning.c26 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value)
32 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble upper,
H A DScrollbarThemeGtk2.cpp113 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(widget));
/external/webkit/Source/WebCore/platform/
H A DScrollView.h44 typedef struct _GtkAdjustment GtkAdjustment; typedef in typeref:struct:_GtkAdjustment
425 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
426 void setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues = true);
427 void setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues = true);
431 GRefPtr<GtkAdjustment> m_horizontalAdjustment;
432 GRefPtr<GtkAdjustment> m_verticalAdjustment;
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebviewprivate.h72 GRefPtr<GtkAdjustment> horizontalAdjustment;
73 GRefPtr<GtkAdjustment> verticalAdjustment;
H A Dwebkitwebview.h143 GtkAdjustment *hadjustment,
144 GtkAdjustment *vadjustment);
H A Dwebkitwebview.cpp425 static void setHorizontalAdjustment(WebKitWebView* webView, GtkAdjustment* adjustment)
437 static void setVerticalAdjustment(WebKitWebView* webView, GtkAdjustment* adjustment)
449 static GtkAdjustment* getHorizontalAdjustment(WebKitWebView* webView)
454 static GtkAdjustment* getVerticalAdjustment(WebKitWebView* webView)
595 setHorizontalAdjustment(webView, static_cast<GtkAdjustment*>(g_value_get_object(value)));
598 setVerticalAdjustment(webView, static_cast<GtkAdjustment*>(g_value_get_object(value)));
1071 static void webkit_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, GtkAdjustment* vadj)
/external/webkit/Source/JavaScriptCore/wtf/gobject/
H A DGTypedefs.h70 typedef struct _GtkAdjustment GtkAdjustment; typedef in typeref:struct:_GtkAdjustment
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebview.c146 GtkAdjustment* adjustment;
202 GtkAdjustment* adjustment;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp513 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(m_timeHScale));
548 GtkAdjustment* adjustment = GTK_ADJUSTMENT(gtk_adjustment_new(0.0, 0.0, 100.0, 0.1, 1.0, 1.0));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 215 milliseconds