Searched defs:repaintRects (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp549 Vector<FloatRect> repaintRects; local
550 repaintRects.append(largestRepaintRect);
551 repaintRectMap().set(this, repaintRects);
553 Vector<FloatRect>& repaintRects = repaintIt->value; local
554 repaintRects.append(largestRepaintRect);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1843 PassRefPtr<ClientRectList> Internals::repaintRects(Element* element, ExceptionState& exceptionState) const function in class:WebCore::Internals

Completed in 47 milliseconds