Home | History | Annotate | Download | only in page

Lines Matching defs:dirtyRect

1555     IntRect dirtyRect = rect;
1556 dirtyRect.move(scrollbar->x(), scrollbar->y());
1557 invalidateRect(dirtyRect);
1891 IntRect dirtyRect(0, (int)floorf(oldTop), root->rightLayoutOverflow(), (int)ceilf(oldBottom - oldTop));
1892 root->layer()->paint(&context, dirtyRect);