Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp4450 const int scrollBarWidth = verticalScrollbarWidth(); in noOverflowRect() local
4452 …= borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollBarWidth : 0); in noOverflowRect()
4470 rect.contract(scrollBarWidth, scrollBarHeight); in noOverflowRect()