Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_outlineBox

372         LayoutRect oldOutlineBox = m_outlineBox;
375 // FIXME: Should ASSERT that value calculated for m_outlineBox using the cached offset is the same
384 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, oldRepaintRect, oldOutlineBox, &m_repaintRect, &m_outlineBox);
674 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer, geometryMap);
695 m_outlineBox = IntRect();
754 // ASSERT(m_outlineBox == renderer()->outlineBoundsForRepaint(renderer()->containerForRepaint(), geometryMap));