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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 644 LayoutRect overflowBox = visualOverflowRect();
645 flipForWritingMode(overflowBox);
646 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
647 overflowBox.moveBy(adjustedPaintOffset);
648 if (!overflowBox.intersects(paintInfo.rect))
    [all...]
RenderBlock.cpp     [all...]

Completed in 26 milliseconds