Home
last modified time | relevance | path

Searched defs:pageStep (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollbar.h72 int pageStep() const { return m_pageStep; } in pageStep() function
DScrollbar.cpp133 void Scrollbar::setSteps(int lineStep, int pageStep, int pixelsPerStep) in setSteps()
DScrollView.cpp604 …int pageStep = max(max<int>(clientWidth * Scrollbar::minFractionToStepWhenPaging(), clientWidth - … in updateScrollbars() local
625 …int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight … in updateScrollbars() local
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp120 /* [in] */ int pageStep) in setSteps()
/external/webkit/Source/WebKit/chromium/src/
DWebScrollbarImpl.cpp85 …int pageStep = max(max(static_cast<int>(static_cast<float>(length) * Scrollbar::minFractionToStepW… in setLocation() local
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2289 …int pageStep = max(max<int>(clientWidth * Scrollbar::minFractionToStepWhenPaging(), clientWidth - … in scrollTo() local
2295 …int pageStep = max(max<int>(clientHeight * Scrollbar::minFractionToStepWhenPaging(), clientHeight … in scrollTo() local