Searched defs:ScrollableArea (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollableArea.cpp33 #include "ScrollableArea.h"
45 ScrollableArea::ScrollableArea() function in class:WebCore::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
[all...]
H A DScrollableArea.h44 class ScrollableArea { class in namespace:WebCore
46 ScrollableArea();
47 virtual ~ScrollableArea();

Completed in 379 milliseconds