Searched refs:backgroundClipRect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderTreeAsText.cpp | 594 …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()
|
D | RenderLayerBacking.cpp | 204 clippingBounds.intersect(m_owningLayer->backgroundClipRect(rootLayer, true)); in updateCompositedBounds() 376 IntRect parentClipRect = m_owningLayer->backgroundClipRect(compAncestor, true); in updateGraphicsLayerGeometry()
|
D | RenderLayer.h | 608 …IntRect backgroundClipRect(const RenderLayer* rootLayer, bool temporaryClipRects, OverlayScrollbar…
|
D | RenderLayer.cpp | 2618 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()
|
D | RenderLayerCompositor.cpp | 1506 IntRect backgroundRect = layer->backgroundClipRect(computeClipRoot, true);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 56713 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.
|
D | ChangeLog | 20816 (WebCore::RenderLayer::backgroundClipRect): 64756 (WebCore::RenderLayer::backgroundClipRect): Ditto.
|
D | ChangeLog-2010-12-06 | 93532 then getting the oveflow rect via backgroundClipRect() relative to the root layer.
|