Home
last modified time | relevance | path

Searched refs:hadj (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/gtk/
DScrollViewGtk.cpp79 void ScrollView::setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues) in setGtkAdjustments() argument
81 ASSERT(!hadj == !vadj); in setGtkAdjustments()
83 m_horizontalAdjustment = hadj; in setGtkAdjustments()
/external/webkit/WebCore/platform/
DScrollView.h317 void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj, bool resetValues = true);
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp724 static void webkit_web_view_set_scroll_adjustments(WebKitWebView* webView, GtkAdjustment* hadj, Gtk… argument
731 if (hadj)
732 g_object_ref(hadj);
743 priv->horizontalAdjustment = hadj;
749 view->setGtkAdjustments(hadj, vadj);