Searched refs:oldRepaintRect (Results 1 – 3 of 3) sorted by relevance
71 LayoutRect oldRepaintRect = m_repaintRect; in repaintAfterLayout() local80 … m_renderer->repaintUsingContainer(repaintContainer, pixelSnappedIntRect(oldRepaintRect)); in repaintAfterLayout()81 if (m_repaintRect != oldRepaintRect) in repaintAfterLayout()84 …AfterLayoutIfNeeded(repaintContainer, m_renderer->selfNeedsLayout(), oldRepaintRect, oldOutlineBox… in repaintAfterLayout()
986 const LayoutRect& oldRepaintRect() const { return m_oldRepaintRect; } in oldRepaintRect() function
1186 const LayoutRect& oldRepaintRect = renderer->oldRepaintRect(); in repaintTree() local1189 LayoutRect oldOutlineRect = oldRepaintRect; in repaintTree()1208 oldRepaintRect, oldOutlineRect, &newRepaintRect, &newOutlineRect); in repaintTree()