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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 33 #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()
86 ScrollableArea::~ScrollableArea()
90 ScrollAnimator* ScrollableArea::scrollAnimator() cons
    [all...]
ScrollableArea.h 55 class PLATFORM_EXPORT ScrollableArea {
56 WTF_MAKE_NONCOPYABLE(ScrollableArea);
241 ScrollableArea();
242 virtual ~ScrollableArea();

Completed in 209 milliseconds