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 632 LayoutRect overflowBox = visualOverflowRect();
633 flipForWritingMode(overflowBox);
634 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
635 overflowBox.moveBy(adjustedPaintOffset);
636 if (!overflowBox.intersects(paintInfo.rect))
    [all...]
RenderBlock.cpp     [all...]

Completed in 50 milliseconds