Home | History | Annotate | Download | only in rendering

Lines Matching refs:oldBounds

626     bool repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& oldOutlineBox, const IntRect* newBoundsPtr = 0, const IntRect* newOutlineBoxPtr = 0);
800 LayoutRepainter(RenderObject& object, bool checkForRepaint, const IntRect* oldBounds = 0)
807 m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer);