HomeSort by relevance Sort by last modified time
    Searched defs:scrollBar (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.cpp 32 PassRefPtr<Scrollbar> Scrollbar::createNativeScrollbar(ScrollbarClient* client, ScrollbarOrientation orientation, ScrollbarControlSize size)
46 * wheel over a child scrollbar in most cases. */
52 : Scrollbar(client, orientation, controlSize)
55 GtkWidget* scrollBar = orientation == HorizontalScrollbar ?
58 gtk_widget_show(scrollBar);
61 g_signal_connect(scrollBar, "scroll-event", G_CALLBACK(gtkScrollEventCallback), this);
63 setPlatformWidget(scrollBar);
66 * assign a sane default width and height to the Scrollbar, otherwise
67 * we will end up with a 0 width scrollbar
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 555 // Need to have the separate control for horizontal and vertical scrollbar
556 // style than the View's single scrollbar style
    [all...]

Completed in 28 milliseconds