Home | History | Annotate | Download | only in rendering

Lines Matching defs:scrollbarRect

1226     const IntRect& scrollbarRect = scrollbar->frameRect();
1227 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
1229 transformedClip.move(scrollbarRect.x(), scrollbarRect.y());