Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp594 …const IntRect& layerBounds, const IntRect& backgroundClipRect, const IntRect& clipRect, const IntR… in write() argument
607 if (!backgroundClipRect.contains(layerBounds)) in write()
608 ts << " backgroundClip " << backgroundClipRect; in write()
DRenderLayerBacking.cpp204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true)); in updateCompositedBounds()
376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true); in updateGraphicsLayerGeometry()
DRenderLayer.h608 …IntRect backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbar…
DRenderLayer.cpp2618 clipRect = backgroundClipRect(rootLayer, paintFlags & PaintLayerTemporaryClipRects); in scrollTo()
3043 …IntRect clipRect = backgroundClipRect(rootLayer, useTemporaryClipRects, IncludeOverlayScrollbarSiz… in scrollTo()
3480 IntRect RenderLayer::backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, Over… in scrollTo() function in WebCore::RenderLayer
3502 backgroundRect = backgroundClipRect(rootLayer, temporaryClipRects, relevancy); in scrollTo()
DRenderLayerCompositor.cpp1506 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2956713 elements clip, by using the new backgroundClipRect() method to determine
57223 Call the new backgroundClipRect() to get the correct clipRect.
57225 (WebCore::RenderLayer::backgroundClipRect):
57230 Call the new backgroundClipRect() method.
DChangeLog20816 (WebCore::RenderLayer::backgroundClipRect):
64756 (WebCore::RenderLayer::backgroundClipRect): Ditto.
DChangeLog-2010-12-0693532 then getting the oveflow rect via backgroundClipRect() relative to the root layer.