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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h     [all...]
RenderLayer.cpp 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));
    [all...]

Completed in 1512 milliseconds