Home | History | Annotate | Download | only in platform

Lines Matching refs:ScrollableArea

33 #include "ScrollableArea.h"
45 ScrollableArea::ScrollableArea()
54 ScrollableArea::~ScrollableArea()
58 bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
95 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
108 void ScrollableArea::scrollToXOffsetWithoutAnimation(float x)
113 void ScrollableArea::scrollToYOffsetWithoutAnimation(float y)
118 void ScrollableArea::handleWheelEvent(PlatformWheelEvent& wheelEvent)
124 void ScrollableArea::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
130 void ScrollableArea::setScrollOffsetFromAnimation(const IntPoint& offset)
159 void ScrollableArea::willStartLiveResize()
167 void ScrollableArea::willEndLiveResize()
175 void ScrollableArea::didAddVerticalScrollbar(Scrollbar* scrollbar)
180 void ScrollableArea::willRemoveVerticalScrollbar(Scrollbar* scrollbar)
185 void ScrollableArea::didAddHorizontalScrollbar(Scrollbar* scrollbar)
190 void ScrollableArea::willRemoveHorizontalScrollbar(Scrollbar* scrollbar)
195 bool ScrollableArea::hasOverlayScrollbars() const
201 void ScrollableArea::invalidateScrollbar(Scrollbar* scrollbar, const IntRect& rect)
219 void ScrollableArea::invalidateScrollCorner()