Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/gtk/
DMainFrameScrollbarGtk.h27 typedef struct _GtkAdjustment GtkAdjustment; typedef
33 …ic 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;
DMainFrameScrollbarGtk.cpp33 …arGtk::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adj) in create()
45 …barGtk(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, GtkAdjustment* adjustment) in MainFrameScrollbarGtk()
61 void MainFrameScrollbarGtk::attachAdjustment(GtkAdjustment* adjustment) in attachAdjustment()
112 void MainFrameScrollbarGtk::gtkValueChanged(GtkAdjustment*, MainFrameScrollbarGtk* that) in gtkValueChanged() argument
DScrollViewGtk.cpp82 void ScrollView::setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues) in setHorizontalAdjustment()
121 void ScrollView::setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues) in setVerticalAdjustment()
160 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues) in setGtkAdjustments()
DGtkVersioning.h106 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble uppe…
109 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value);
DGtkVersioning.c26 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value) in gtk_adjustment_set_value()
32 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble uppe… in gtk_adjustment_configure()
DScrollbarThemeGtk2.cpp113 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(widget)); in paintThumb()
/external/webkit/Source/WebCore/platform/
DScrollView.h44 typedef struct _GtkAdjustment GtkAdjustment; typedef
420 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
421 void setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues = true);
422 void setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues = true);
426 GRefPtr<GtkAdjustment> m_horizontalAdjustment;
427 GRefPtr<GtkAdjustment> m_verticalAdjustment;
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebviewprivate.h72 GRefPtr<GtkAdjustment> horizontalAdjustment;
73 GRefPtr<GtkAdjustment> verticalAdjustment;
Dwebkitwebview.h143 GtkAdjustment *hadjustment,
144 GtkAdjustment *vadjustment);
Dwebkitwebview.cpp425 static void setHorizontalAdjustment(WebKitWebView* webView, GtkAdjustment* adjustment) in setHorizontalAdjustment()
437 static void setVerticalAdjustment(WebKitWebView* webView, GtkAdjustment* adjustment) in setVerticalAdjustment()
449 static GtkAdjustment* getHorizontalAdjustment(WebKitWebView* webView) in getHorizontalAdjustment()
454 static GtkAdjustment* getVerticalAdjustment(WebKitWebView* webView) in getVerticalAdjustment()
595 setHorizontalAdjustment(webView, static_cast<GtkAdjustment*>(g_value_get_object(value))); in webkit_web_view_set_property()
598 setVerticalAdjustment(webView, static_cast<GtkAdjustment*>(g_value_get_object(value))); in webkit_web_view_set_property()
1071 …it_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, GtkAdjustment* vad… in webkit_web_view_set_scroll_adjustments()
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGTypedefs.h70 typedef struct _GtkAdjustment GtkAdjustment; typedef
/external/webkit/Source/WebKit/gtk/tests/
Dtestwebview.c146 GtkAdjustment* adjustment; in test_webkit_web_view_grab_focus()
202 GtkAdjustment* adjustment; in do_test_webkit_web_view_adjustments()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.cpp513 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(m_timeHScale)); in updateHudProgressBar()
548 GtkAdjustment* adjustment = GTK_ADJUSTMENT(gtk_adjustment_new(0.0, 0.0, 100.0, 0.1, 1.0, 1.0)); in createHud()
/external/webkit/Source/WebKit/gtk/
DChangeLog15161 - Keep a copy of the GtkAdjustment to be able to reuse it for the
17881 GtkAdjustment of the GtkLayout and reimplement the set_scroll_adjustments method and pass
/external/webkit/Source/WebCore/
DChangeLog-2009-06-165721 unnecessary but the GtkAdjustment remained unchanged.
5725 Solve the issue by resetting the GtkAdjustment in the
6088 due the fact that the value-changed signal of the GtkAdjustment
6094 Fix the above problem by wrapping the GtkAdjustment we get
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