Home
last modified time | relevance | path

Searched refs:parentClipRects (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.h538 …void parentClipRects(const RenderLayer* rootLayer, ClipRects&, bool temporaryClipRects = false) co…
DRenderLayer.cpp2816 void RenderLayer::parentClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool temporar… in parentClipRects() function in WebCore::RenderLayer
2833 parentClipRects(rootLayer, parentRects, temporaryClipRects); in backgroundClipRect()
/external/webkit/WebCore/
DChangeLog-2009-06-1626693 Use parentClipRects(), rather than calculateRects(), to compute the overflow
26698 Use parentClipRects() to see whether there's a layer between us and our
27445 (WebCore::RenderLayer::parentClipRects):