Home | History | Annotate | Download | only in frame

Lines Matching defs:cornerRect

2504     IntRect cornerRect = scrollCornerRect();
2507 if (doc && !cornerRect.isEmpty()) {
2533 invalidateScrollCorner(cornerRect);
2542 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
2552 context->fillRect(cornerRect, baseBackgroundColor());
2553 m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect);
2557 ScrollView::paintScrollCorner(context, cornerRect);