HomeSort by relevance Sort by last modified time
    Searched refs:newOutlineBox (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp     [all...]
RenderLayer.cpp 346 IntRect newOutlineBox = renderer()->outlineBoundsForRepaint(repaintContainer, cachedOffset);
347 // FIXME: Should ASSERT that value calculated for newOutlineBox using the cached offset is the same
356 renderer()->repaintAfterLayoutIfNeeded(repaintContainer, m_repaintRect, m_outlineBox, &newRect, &newOutlineBox);
360 m_outlineBox = newOutlineBox;
    [all...]

Completed in 36 milliseconds