Home
last modified time | relevance | path

Searched refs:overflowBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTable.cpp522 IntRect overflowBox = visualOverflowRect(); in paint() local
523 flipForWritingMode(overflowBox); in paint()
524 overflowBox.inflate(maximalOutlineSize(paintInfo.phase)); in paint()
525 overflowBox.move(tx, ty); in paint()
526 if (!overflowBox.intersects(paintInfo.rect)) in paint()
DRenderBlock.cpp2303 IntRect overflowBox = visualOverflowRect(); in paint() local
2304 flipForWritingMode(overflowBox); in paint()
2305 overflowBox.inflate(maximalOutlineSize(paintInfo.phase)); in paint()
2306 overflowBox.move(tx, ty); in paint()
2307 if (!overflowBox.intersects(paintInfo.rect)) in paint()
3967 IntRect overflowBox = visualOverflowRect(); in nodeAtPoint() local
3968 overflowBox.move(tx, ty); in nodeAtPoint()
3969 if (!overflowBox.intersects(result.rectForPoint(_x, _y))) in nodeAtPoint()