Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3460 IntRect newPosClip = toRenderBox(renderer())->clipRect(x, y); in scrollTo() local
3461 clipRects.setPosClipRect(intersection(newPosClip, clipRects.posClipRect())); in scrollTo()
3462 clipRects.setOverflowClipRect(intersection(newPosClip, clipRects.overflowClipRect())); in scrollTo()
3463 clipRects.setFixedClipRect(intersection(newPosClip, clipRects.fixedClipRect())); in scrollTo()
3531 IntRect newPosClip = toRenderBox(renderer())->clipRect(x, y); in scrollTo() local
3532 backgroundRect.intersect(newPosClip); in scrollTo()
3533 foregroundRect.intersect(newPosClip); in scrollTo()
3534 outlineRect.intersect(newPosClip); in scrollTo()