Home
last modified time | relevance | path

Searched refs:m_outlineBox (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h658 IntRect m_outlineBox; variable
DRenderLayer.cpp356 …nderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &new… in updateLayerPositions()
360 m_outlineBox = newOutlineBox; in updateLayerPositions()
363 m_outlineBox = IntRect(); in updateLayerPositions()
410 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer); in computeRepaintRects()
543 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer); in setHasVisibleContent()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2989803 RenderLayers cache repaint rects in the form of m_repaintRect and m_outlineBox,