Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.cpp175 IntRect boundsAndCorner = horizontalScrollbar->boundsRect(); in scrollPositionChanged() local
176 boundsAndCorner.setWidth(boundsAndCorner.width() + verticalScrollbar->width()); in scrollPositionChanged()
177 horizontalScrollbar->invalidateRect(boundsAndCorner); in scrollPositionChanged()