HomeSort by relevance Sort by last modified time
    Searched refs:repaintRects (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 505 Vector<FloatRect> repaintRects;
506 repaintRects.append(largestRepaintRect);
507 repaintRectMap().set(this, repaintRects);
509 Vector<FloatRect>& repaintRects = repaintIt->value;
510 repaintRects.append(largestRepaintRect);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 224 PassRefPtrWillBeRawPtr<ClientRectList> repaintRects(Element*, ExceptionState&) const;
Internals.idl 186 [RaisesException] ClientRectList repaintRects(Element element);
Internals.cpp     [all...]

Completed in 75 milliseconds