Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_repaintContainer

802             , m_repaintContainer(0)
806 m_repaintContainer = m_object.containerForRepaint();
807 m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer);
808 m_oldOutlineBox = m_object.outlineBoundsForRepaint(m_repaintContainer);
815 return m_checkForRepaint ? m_object.repaintAfterLayoutIfNeeded(m_repaintContainer, m_oldBounds, m_oldOutlineBox) : false;
822 RenderBoxModelObject* m_repaintContainer;