Home | History | Annotate | Download | only in rendering

Lines Matching defs:cornerRect

248 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
283 return cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), box().pixelSnappedBorderBoxRect());
1121 IntRect corner = cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), bounds);