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 522 IntRect overflowBox = visualOverflowRect();
523 flipForWritingMode(overflowBox);
524 overflowBox.inflate(maximalOutlineSize(paintInfo.phase));
525 overflowBox.move(tx, ty);
526 if (!overflowBox.intersects(paintInfo.rect))
    [all...]
RenderBlock.cpp     [all...]

Completed in 134 milliseconds