Searched refs:overflowBox (Results 1 – 2 of 2) sorted by relevance
522 IntRect overflowBox = visualOverflowRect(); in paint() local523 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()
2303 IntRect overflowBox = visualOverflowRect(); in paint() local2304 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() local3968 overflowBox.move(tx, ty); in nodeAtPoint()3969 if (!overflowBox.intersects(result.rectForPoint(_x, _y))) in nodeAtPoint()