Searched refs:didFullRepaint (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp464 bool didFullRepaint = repainter.repaintAfterLayout(); local
466 if (!didFullRepaint && sectionMoved) {
H A DRenderBox.cpp1000 bool didFullRepaint = repaintLayerRectsForImage(image, style()->backgroundLayers(), true); local
1001 if (!didFullRepaint)
H A DRenderBlock.cpp1334 bool didFullRepaint = repainter.repaintAfterLayout(); local
1335 if (!didFullRepaint && repaintLogicalTop != repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {

Completed in 379 milliseconds