Searched refs:newThickness (Results 1 – 1 of 1) sorted by relevance
189 int newThickness = 0; in updateScrollbarParts() local193 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()