Searched refs:hadj (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | ScrollViewGtk.cpp | 82 void ScrollView::setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues) in setHorizontalAdjustment() argument 84 ASSERT(!parent() || !hadj); in setHorizontalAdjustment() 88 m_horizontalAdjustment = hadj; in setHorizontalAdjustment() 160 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues) in setGtkAdjustments() argument 162 setHorizontalAdjustment(hadj, resetValues); in setGtkAdjustments()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 425 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true); 426 void setHorizontalAdjustment(GtkAdjustment* hadj, bool resetValues = true);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1071 static void webkit_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, Gtk… in webkit_web_view_set_scroll_adjustments() argument 1076 webView->priv->horizontalAdjustment = hadj; in webkit_web_view_set_scroll_adjustments() 1082 view->setGtkAdjustments(hadj, vadj); in webkit_web_view_set_scroll_adjustments()
|