Searched refs:vadj (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/gtk/ |
D | ScrollViewGtk.cpp | 121 void ScrollView::setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues) in setVerticalAdjustment() argument 123 ASSERT(!parent() || !vadj); in setVerticalAdjustment() 127 m_verticalAdjustment = vadj; in setVerticalAdjustment() 160 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues) in setGtkAdjustments() argument 163 setVerticalAdjustment(vadj, resetValues); in setGtkAdjustments()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 425 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true); 427 void setVerticalAdjustment(GtkAdjustment* vadj, bool resetValues = true);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1071 …t_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, GtkAdjustment* vadj) in webkit_web_view_set_scroll_adjustments() argument 1077 webView->priv->verticalAdjustment = vadj; in webkit_web_view_set_scroll_adjustments() 1082 view->setGtkAdjustments(hadj, vadj); in webkit_web_view_set_scroll_adjustments()
|