Searched refs:compositedBounds (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.h122 IntRect compositedBounds() const;
H A DRenderLayerBacking.cpp353 ancestorCompositingBounds = compAncestor->backing()->compositedBounds();
356 IntRect localCompositingBounds = compositedBounds();
481 FloatRect layerBounds = compositedBounds();
482 FloatRect reflectionLayerBounds = reflectionBacking->compositedBounds();
1247 IntRect dirtyRect = compositedBounds();
1424 IntRect RenderLayerBacking::compositedBounds() const function in class:WebCore::RenderLayerBacking
H A DRenderTreeAsText.cpp634 ts << " (composited, bounds " << l.backing()->compositedBounds() << ")";
H A DRenderLayerCompositor.cpp566 IntRect compBounds = child->backing()->compositedBounds();
H A DRenderLayer.cpp3067 localHitTestRect = backing()->compositedBounds();

Completed in 80 milliseconds