Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3498 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in scrollTo() argument
3507 foregroundRect = backgroundRect; in scrollTo()
3522 foregroundRect = in scrollTo()
3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy)); in scrollTo()
3533 foregroundRect.intersect(newPosClip); in scrollTo()
3563 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; in scrollTo() local
3564 …ngRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect); in scrollTo()
3565 …return clippingRootLayer->renderer()->localToAbsoluteQuad(FloatQuad(foregroundRect)).enclosingBoun… in scrollTo()
3572 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; in scrollTo() local
3573 …ngRootLayer, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect); in scrollTo()
DRenderLayer.h391 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …