Home | History | Annotate | Download | only in platform

Lines Matching defs:cornerRect

925 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect)
929 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
930 graphicsLayer->setPosition(cornerRect.location());
931 if (cornerRect.size() != graphicsLayer->size())
933 graphicsLayer->setSize(cornerRect.size());
970 IntRect cornerRect;
973 return cornerRect;
976 cornerRect.unite(IntRect(m_horizontalScrollbar->width(),
983 cornerRect.unite(IntRect(m_boundsSize.width() - m_verticalScrollbar->width(),
989 return cornerRect;
1001 void ScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
1003 ScrollbarTheme::nativeTheme()->paintScrollCorner(this, context, cornerRect);