Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DScrollbar.cpp288 int oldThumbPos = theme()->thumbPosition(this); in setCurrentPos() local
292 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPos); in setCurrentPos()