Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollbar.cpp260 int thumbLen = theme()->thumbLength(this); in moveThumb() local
262 int maxPos = trackLen - thumbLen; in moveThumb()
270 … float newPosition = static_cast<float>(thumbPos + delta) * maximum() / (trackLen - thumbLen); in moveThumb()
371 int thumbLen = theme()->thumbLength(this); in mouseDown() local
375 m_pressedPos = theme()->trackPosition(this) + theme()->thumbPosition(this) + thumbLen / 2; in mouseDown()