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

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 432 int minPageStep = static_cast<float>(length) * minFractionToStepWhenPaging();
433 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 521 int minPageStep = static_cast<float>(length) * ScrollableArea::minFractionToStepWhenPaging();
522 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());
    [all...]

Completed in 949 milliseconds