repaintRects      233 Source/core/testing/Internals.h     PassRefPtr<ClientRectList> repaintRects(Element*, ExceptionState&) const;
repaintRects      506 Source/platform/graphics/GraphicsLayer.cpp             Vector<FloatRect> repaintRects;
repaintRects      507 Source/platform/graphics/GraphicsLayer.cpp             repaintRects.append(largestRepaintRect);
repaintRects      508 Source/platform/graphics/GraphicsLayer.cpp             repaintRectMap().set(this, repaintRects);
repaintRects      510 Source/platform/graphics/GraphicsLayer.cpp             Vector<FloatRect>& repaintRects = repaintIt->value;
repaintRects      511 Source/platform/graphics/GraphicsLayer.cpp             repaintRects.append(largestRepaintRect);