Home | History | Annotate | Download | only in chromium

Lines Matching refs:thickness

236     int thickness = scrollbarThickness(scrollbar->controlSize());
240 result = IntRect(scrollbar->x(), scrollbar->y(), cOuterButtonLength[scrollbar->controlSize()] + painting ? cOuterButtonOverlap : 0, thickness);
242 result = IntRect(scrollbar->x(), scrollbar->y(), thickness, cOuterButtonLength[scrollbar->controlSize()] + painting ? cOuterButtonOverlap : 0);
249 result = IntRect(start, scrollbar->y(), cButtonLength[scrollbar->controlSize()], thickness);
252 result = IntRect(scrollbar->x(), start, thickness, cButtonLength[scrollbar->controlSize()]);
270 int thickness = scrollbarThickness(scrollbar->controlSize());
277 result = IntRect(scrollbar->x() + scrollbar->width() - outerButtonLength, scrollbar->y(), outerButtonLength, thickness);
281 result = IntRect(scrollbar->x(), scrollbar->y() + scrollbar->height() - outerButtonLength, thickness, outerButtonLength);
290 result = IntRect(start, scrollbar->y(), buttonLength, thickness);
293 result = IntRect(scrollbar->x(), start, thickness, buttonLength);
306 int thickness = scrollbarThickness(scrollbar->controlSize());
333 return IntRect(scrollbar->x() + startWidth, scrollbar->y(), scrollbar->width() - totalWidth, thickness);
334 return IntRect(scrollbar->x(), scrollbar->y() + startWidth, thickness, scrollbar->height() - totalWidth);