Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintContainer

76         const RenderLayerModelObject* repaintContainer = m_renderer.containerForPaintInvalidation();
85 m_renderer.invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldRepaintRect), InvalidationLayer);
87 m_renderer.invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_repaintRect), InvalidationLayer);
89 m_renderer.invalidatePaintAfterLayoutIfNeeded(repaintContainer, m_renderer.selfNeedsLayout(), oldRepaintRect, oldOffset, &m_repaintRect, &m_offset);
110 const RenderLayerModelObject* repaintContainer = m_renderer.containerForPaintInvalidation();
111 LayoutRect repaintRect = m_renderer.boundsRectForPaintInvalidation(repaintContainer);
119 m_offset = RenderLayer::positionFromPaintInvalidationContainer(&m_renderer, repaintContainer);
149 // Since we're only painting non-composited layers, we know that they all share the same repaintContainer.
155 void RenderLayerRepainter::repaintIncludingNonCompositingDescendantsInternal(const RenderLayerModelObject* repaintContainer)
157 m_renderer.invalidatePaintUsingContainer(repaintContainer, pixelSnappedIntRect(m_renderer.boundsRectForPaintInvalidation(repaintContainer)), InvalidationLayer);
165 curr->repainter().repaintIncludingNonCompositingDescendantsInternal(repaintContainer);