Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.cpp189 int newThickness = 0; in updateScrollbarParts() local
193 newThickness = isHorizontal ? part->height() : part->width(); in updateScrollbarParts()
196 if (newThickness != oldThickness) { in updateScrollbarParts()
197 …setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness in updateScrollbarParts()