HomeSort by relevance Sort by last modified time
    Searched full:newthickness (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 189 int newThickness = 0;
193 newThickness = isHorizontal ? part->height() : part->width();
196 if (newThickness != oldThickness) {
197 setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()));

Completed in 7222 milliseconds