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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
repaint_overlay_unittest.py 18 "repaintRects": [
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 449 Vector<FloatRect> repaintRects;
450 repaintRects.append(largestRepaintRect);
451 repaintRectMap().set(this, repaintRects);
453 Vector<FloatRect>& repaintRects = repaintIt->value;
454 repaintRects.append(largestRepaintRect);
626 json->setArray("repaintRects", repaintRectsJSON);
    [all...]

Completed in 2619 milliseconds