Searched refs:hadj (Results 1 – 3 of 3) sorted by relevance
79 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues) in setGtkAdjustments() argument81 ASSERT(!hadj == !vadj); in setGtkAdjustments()83 m_horizontalAdjustment = hadj; in setGtkAdjustments()
317 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
724 static void webkit_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, Gtk… argument731 if (hadj)732 g_object_ref(hadj);743 priv->horizontalAdjustment = hadj;749 view->setGtkAdjustments(hadj, vadj);