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 474 int minPageStep = static_cast<float>(length) * minFractionToStepWhenPaging();
475 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 512 int minPageStep = static_cast<float>(length) * ScrollableArea::minFractionToStepWhenPaging();
513 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());
    [all...]

Completed in 238 milliseconds