Searched refs:m_outlineBox (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.h658 IntRect m_outlineBox; member in class:WebCore::RenderLayer
H A DRenderLayer.cpp356 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &newOutlineBox);
360 m_outlineBox = newOutlineBox;
363 m_outlineBox = IntRect();
410 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer);
543 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer);

Completed in 141 milliseconds