Searched refs:parentRects (Results 1 – 1 of 1) sorted by relevance
3484 ClipRects parentRects; in scrollTo() local3485 parentClipRects(rootLayer, parentRects, temporaryClipRects, relevancy); in scrollTo()3486 … backgroundRect = renderer()->style()->position() == FixedPosition ? parentRects.fixedClipRect() : in scrollTo()3487 (renderer()->isPositioned() ? parentRects.posClipRect() : in scrollTo()3488 parentRects.overflowClipRect()); in scrollTo()3491 if (view && parentRects.fixed() && rootLayer->renderer() == view) in scrollTo()