Searched refs:m_repaintRect (Results 1 – 5 of 5) sorted by relevance
416 IntRect repaintRect() const { return m_repaintRect; } in repaintRect()657 IntRect m_repaintRect; // Cached repaint rects. Used by layout. variable
352 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()
32876 (khtml::RenderObject::RepaintInfo::m_repaintRect):
50139 (khtml::RenderObject::RepaintInfo::m_repaintRect):
89803 RenderLayers cache repaint rects in the form of m_repaintRect and m_outlineBox,