Searched refs:newPosClip (Results 1 – 1 of 1) sorted by relevance
3460 IntRect newPosClip = toRenderBox(renderer())->clipRect(x, y); in scrollTo() local3461 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() local3532 backgroundRect.intersect(newPosClip); in scrollTo()3533 foregroundRect.intersect(newPosClip); in scrollTo()3534 outlineRect.intersect(newPosClip); in scrollTo()