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/core/platform/
ScrollableArea.cpp 33 #include "core/platform/ScrollableArea.h"
55 COMPILE_ASSERT(sizeof(ScrollableArea) == sizeof(SameSizeAsScrollableArea), ScrollableArea_should_stay_small);
57 int ScrollableArea::pixelsPerLineStep()
62 float ScrollableArea::minFractionToStepWhenPaging()
67 int ScrollableArea::maxOverlapBetweenPages()
73 ScrollableArea::ScrollableArea()
83 ScrollableArea::~ScrollableArea()
87 ScrollAnimator* ScrollableArea::scrollAnimator() cons
    [all...]
ScrollableArea.h 41 class ScrollableArea {
158 virtual ScrollableArea* enclosingScrollableArea() const = 0;
190 ScrollableArea();
191 virtual ~ScrollableArea();

Completed in 42 milliseconds