Home
last modified time | relevance | path

Searched refs:thumbLen (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp307 int thumbLen = theme()->thumbLength(this); in moveThumb() local
310 delta = min(trackLen - thumbLen - thumbPos, delta); in moveThumb()
317 …sition = static_cast<float>(thumbPos + delta) * (maxPos - minPos) / (trackLen - thumbLen) + minPos; in moveThumb()
471 int thumbLen = theme()->thumbLength(this); in mouseDown() local
475 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2; in mouseDown()