Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2089 IntRect newOverflowClip = renderer()->getOverflowClipRect(x,y); in calculateClipRects() local
2090 … clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect())); in calculateClipRects()
2092 clipRects.setPosClipRect(intersection(newOverflowClip, clipRects.posClipRect())); in calculateClipRects()