Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSliderThumbElement.cpp177 LayoutPoint thumbLocation = thumb->location(); in layout() local
179 thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset); in layout()
181 thumbLocation.setX(thumbLocation.x() + offset); in layout()
183 thumbLocation.setX(thumbLocation.x() - offset); in layout()
184 thumb->setLocation(thumbLocation); in layout()