Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp3588 … IntRect childUnionBounds = reflectionLayer->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds() local
3589 unionBounds.unite(childUnionBounds); in calculateLayerBounds()
3613 … IntRect childUnionBounds = node->layer()->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds() local
3614 unionBounds.unite(childUnionBounds); in calculateLayerBounds()