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

  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp 521 IntRect overflowBox = visualOverflowRect();
522 flipForWritingMode(overflowBox);
523 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
524 overflowBox.move(tx, ty);
525 if (!overflowBox.intersects(paintInfo.rect))
    [all...]
RenderBlock.cpp     [all...]

Completed in 36 milliseconds