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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp33 #include "platform/scroll/ScrollableArea.h"
58 COMPILE_ASSERT(sizeof(ScrollableArea) == sizeof(SameSizeAsScrollableArea), ScrollableArea_should_stay_small);
60 int ScrollableArea::pixelsPerLineStep()
65 float ScrollableArea::minFractionToStepWhenPaging()
70 int ScrollableArea::maxOverlapBetweenPages()
76 ScrollableArea::ScrollableArea() function in class:blink::ScrollableArea
86 ScrollableArea::~ScrollableArea()
90 ScrollAnimator* ScrollableArea
[all...]
H A DScrollableArea.h55 class PLATFORM_EXPORT ScrollableArea { class in namespace:blink
56 WTF_MAKE_NONCOPYABLE(ScrollableArea);
241 ScrollableArea();
242 virtual ~ScrollableArea();

Completed in 1390 milliseconds