Home
last modified time | relevance | path

Searched refs:m_repaintRect (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h416 IntRect repaintRect() const { return m_repaintRect; } in repaintRect()
657 IntRect m_repaintRect; // Cached repaint rects. Used by layout. variable
DRenderLayer.cpp352 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect); in updateLayerPositions()
353 if (newRect != m_repaintRect) in updateLayerPositions()
356 …renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &n… in updateLayerPositions()
359 m_repaintRect = newRect; in updateLayerPositions()
362 m_repaintRect = IntRect(); in updateLayerPositions()
400 IntRect repaintRect = m_repaintRect; in repaintRectIncludingDescendants()
409 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer); in computeRepaintRects()
542 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer); in setHasVisibleContent()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1032876 (khtml::RenderObject::RepaintInfo::m_repaintRect):
DChangeLog-2005-08-2350139 (khtml::RenderObject::RepaintInfo::m_repaintRect):
DChangeLog-2010-01-2989803 RenderLayers cache repaint rects in the form of m_repaintRect and m_outlineBox,