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

  /external/webkit/WebCore/rendering/
RenderLayer.h 403 IntRect repaintRect() const { return m_repaintRect; }
574 IntRect m_repaintRect; // Cached repaint rects. Used by layout.
RenderLayer.cpp 288 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect);
289 if (newRect != m_repaintRect)
292 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox);
295 m_repaintRect = newRect;
298 m_repaintRect = IntRect();
331 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
402 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
    [all...]

Completed in 15 milliseconds