Home | History | Annotate | Download | only in rendering

Lines Matching defs:scrollbarRect

1680     const IntRect& scrollbarRect = scrollbar->frameRect();
1681 context.translate(-scrollbarRect.x(), -scrollbarRect.y());
1683 transformedClip.move(scrollbarRect.x(), scrollbarRect.y());