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

  /external/webkit/Source/WebCore/platform/
ScrollableArea.cpp 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
    [all...]
ScrollableArea.h 44 class ScrollableArea {
46 ScrollableArea();
47 virtual ~ScrollableArea();

Completed in 145 milliseconds