Lines Matching full:scrollbar
75 #include "Scrollbar.h"
267 WebCore::Scrollbar* QWebFramePrivate::horizontalScrollBar() const
274 WebCore::Scrollbar* QWebFramePrivate::verticalScrollBar() const
1040 Returns the scrollbar policy for the scrollbar defined by \a orientation.
1050 Sets the scrollbar policy for the scrollbar defined by \a orientation to \a policy.
1074 Sets the current \a value for the scrollbar with orientation \a orientation.
1076 The scrollbar forces the \a value to be within the legal range: minimum <= value <= maximum.
1084 Scrollbar *sb;
1096 Returns the current value for the scrollbar with orientation \a orientation, or 0
1097 if no scrollbar is found for \a orientation.
1103 Scrollbar *sb;
1111 Returns the maximum value for the scrollbar with orientation \a orientation, or 0
1112 if no scrollbar is found for \a orientation.
1118 Scrollbar *sb;
1126 Returns the minimum value for the scrollbar with orientation \a orientation.
1140 Returns the geometry for the scrollbar with orientation \a orientation.
1142 If the scrollbar does not exist an empty rect is returned.
1146 Scrollbar *sb;
1413 if (result.scrollbar())
1715 isScrollBar = hitTest.scrollbar();