/external/webkit/Source/WebCore/platform/gtk/ |
D | MainFrameScrollbarGtk.h | 27 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;
|
D | MainFrameScrollbarGtk.cpp | 33 …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
|
D | ScrollViewGtk.cpp | 82 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()
|
D | GtkVersioning.h | 106 void gtk_adjustment_configure(GtkAdjustment* adjustment, gdouble value, gdouble lower, gdouble uppe… 109 void gtk_adjustment_set_value(GtkAdjustment* adjusment, gdouble value);
|
D | GtkVersioning.c | 26 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()
|
D | ScrollbarThemeGtk2.cpp | 113 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(widget)); in paintThumb()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 44 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/ |
D | webkitwebviewprivate.h | 72 GRefPtr<GtkAdjustment> horizontalAdjustment; 73 GRefPtr<GtkAdjustment> verticalAdjustment;
|
D | webkitwebview.h | 143 GtkAdjustment *hadjustment, 144 GtkAdjustment *vadjustment);
|
D | webkitwebview.cpp | 425 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/ |
D | GTypedefs.h | 70 typedef struct _GtkAdjustment GtkAdjustment; typedef
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testwebview.c | 146 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/ |
D | FullscreenVideoController.cpp | 513 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/ |
D | ChangeLog | 15161 - 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/ |
D | ChangeLog-2009-06-16 | 5721 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
|
D | ChangeLog-2007-10-14 | 12268 GtkAdjustment. 12269 Update 'value' of the GtkAdjustment in updateThumbPosition and
|
D | ChangeLog-2008-08-10 | 31712 - Keep a copy of the GtkAdjustment to be able to reuse it for the
|