Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h286 IncludeCompositedDescendants = 1 << 5, enumerator
DRenderLayer.cpp3581 …lateLayerBoundsFlags | (flags & ExcludeHiddenDescendants) | (flags & IncludeCompositedDescendants); in calculateLayerBounds()
3612 if (flags & IncludeCompositedDescendants || !node->layer()->hasCompositedLayerMapping()) { in calculateLayerBounds()
DRenderLayerCompositor.cpp1998 | RenderLayer::IncludeCompositedDescendants in requiresCompositingForPosition()