Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerRepainter.cpp223 rectForRepaint.unite(m_renderer->layer()->calculateLayerBounds(m_renderer->layer())); in setFilterBackendNeedsRepaintingInRect()
DRenderLayer.h301 …LayoutRect overlapBounds() const { return overlapBoundsIncludeChildren() ? calculateLayerBounds(th… in overlapBounds()
308 …IntRect calculateLayerBounds(const RenderLayer* ancestorLayer, const LayoutPoint* offsetFromRoot =…
DRenderLayer.cpp2031 … rootRelativeBounds = calculateLayerBounds(paintingInfo.rootLayer, &offsetFromRoot, 0); in paintLayerContents()
2043 … rootRelativeBounds = calculateLayerBounds(paintingInfo.rootLayer, &offsetFromRoot, 0); in paintLayerContents()
2073 rootRelativeBounds = calculateLayerBounds(paintingInfo.rootLayer, &offsetFromRoot, 0); in paintLayerContents()
3528 IntRect RenderLayer::calculateLayerBounds(const RenderLayer* ancestorLayer, const LayoutPoint* offs… in calculateLayerBounds() function in WebCore::RenderLayer
3588 … IntRect childUnionBounds = reflectionLayer->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds()
3613 … IntRect childUnionBounds = node->layer()->calculateLayerBounds(this, 0, descendantFlags); in calculateLayerBounds()
DRenderLayerCompositor.cpp697 return layer->calculateLayerBounds(ancestorLayer, 0, flags); in calculateCompositedBounds()
1994 LayoutRect layerBounds = layer->calculateLayerBounds(rootRenderLayer(), 0, in requiresCompositingForPosition()