Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_repaintContainer

793             , m_repaintContainer(0)
797 m_repaintContainer = m_object.containerForRepaint();
798 m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer);
799 m_oldOutlineBox = m_object.outlineBoundsForRepaint(m_repaintContainer);
806 return m_checkForRepaint ? m_object.repaintAfterLayoutIfNeeded(m_repaintContainer, m_oldBounds, m_oldOutlineBox) : false;
813 RenderBoxModelObject* m_repaintContainer;