Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderSVGViewportContainer.cpp161 IntRect overflowBox = IntRect(0, 0, width(), height()); in nodeAtPoint() local
162 overflowBox.move(_tx, _ty); in nodeAtPoint()
167 if (!overflowBox.contains((int)localX, (int)localY)) in nodeAtPoint()
DRenderSVGRoot.cpp315 IntRect overflowBox = overflowRect(false); in nodeAtPoint() local
316 overflowBox.move(tx, ty); in nodeAtPoint()
320 if (!overflowBox.contains((int)localX, (int)localY)) in nodeAtPoint()
DRenderBlock.cpp1493 IntRect overflowBox = overflowRect(false); in paint() local
1494 overflowBox.inflate(maximalOutlineSize(paintInfo.phase)); in paint()
1495 overflowBox.move(tx, ty); in paint()
1496 if (!overflowBox.intersects(paintInfo.rect)) in paint()
3167 IntRect overflowBox = overflowRect(false); in nodeAtPoint() local
3168 overflowBox.move(tx, ty); in nodeAtPoint()
3169 if (!overflowBox.contains(_x, _y)) in nodeAtPoint()