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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 195 LayoutRect localRepaintRect = paintInfo.rect;
196 localRepaintRect.inflate(maximalOutlineSize(paintInfo.phase));
197 if (adjustedPaintOffset.x() + visualOverflowRect().x() >= localRepaintRect.maxX() || adjustedPaintOffset.x() + visualOverflowRect().maxX() <= localRepaintRect.x())
200 if (top >= localRepaintRect.maxY() || bottom <= localRepaintRect.y())
RenderTableSection.cpp     [all...]

Completed in 61 milliseconds