Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.cpp147 int oldThumbPosition = theme()->thumbPosition(this); in offsetDidChange() local
151 setPressedPos(m_pressedPos + theme()->thumbPosition(this) - oldThumbPosition); in offsetDidChange()