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

  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.cpp 264 int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const
279 int pageStep = std::max(
283 return std::max(pageStep, 1);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 129 step = pageStep(orientation);
429 int ScrollableArea::pageStep(ScrollbarOrientation orientation) const
433 int pageStep = std::max(minPageStep, length - maxOverlapBetweenPages());
435 return std::max(pageStep, 1);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 915 int RenderListBox::pageStep(ScrollbarOrientation orientation) const
    [all...]
RenderLayerScrollableArea.cpp 517 int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
522 int pageStep = max(minPageStep, length - ScrollableArea::maxOverlapBetweenPages());
524 return max(pageStep, 1);
    [all...]

Completed in 134 milliseconds