Home | History | Annotate | Download | only in android

Lines Matching refs:ScrollView

28 #include "ScrollView.h"
40 This class implementation does NOT actually emulate the Qt ScrollView.
44 ScrollView's view is a NSScrollView (or subclass of NSScrollView)
45 in most cases. That scrollview is a subview of an
50 corresponds to the frame content size. The scrollview itself is autosized to the
56 IntRect ScrollView::platformVisibleContentRect(bool includeScrollbars) const
66 IntSize ScrollView::platformContentsSize() const
71 int ScrollView::platformActualWidth() const
78 int ScrollView::platformActualHeight() const
85 int ScrollView::platformActualScrollX() const
92 int ScrollView::platformActualScrollY() const
99 void ScrollView::platformSetScrollPosition(const WebCore::IntPoint& pt)
105 void ScrollView::platformSetScrollbarModes()
112 void ScrollView::platformScrollbarModes(ScrollbarMode& h, ScrollbarMode& v) const
114 // m_horizontalScrollbarMode and m_verticalScrollbarMode are set in ScrollView::setScrollbarModes()
119 void ScrollView::platformRepaintContentRectangle(const IntRect &rect, bool now)
129 void ScrollView::platformOffscreenContentRectangle(const IntRect& vis, const IntRect& rect)
138 bool ScrollView::platformIsOffscreen() const