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

  /external/webkit/Source/WebCore/rendering/
RenderLayer.h 416 IntRect repaintRect() const { return m_repaintRect; }
657 IntRect m_repaintRect; // Cached repaint rects. Used by layout.
    [all...]
RenderLayer.cpp 352 renderer()->repaintUsingContainer(repaintContainer, m_repaintRect);
353 if (newRect != m_repaintRect)
356 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &newOutlineBox);
359 m_repaintRect = newRect;
362 m_repaintRect = IntRect();
400 IntRect repaintRect = m_repaintRect;
409 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
542 m_repaintRect = renderer()->clippedOverflowRectForRepaint(repaintContainer);
    [all...]

Completed in 22 milliseconds