Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.h141 RootLayerAttachedViaEnclosingFrame enumerator
DRenderLayerCompositor.cpp1121 …nCompositingMode() || innerCompositor->rootLayerAttachment() != RootLayerAttachedViaEnclosingFrame)
1301 …ttachment = shouldPropagateCompositingToEnclosingFrame() ? RootLayerAttachedViaEnclosingFrame : Ro…
1671 || attachment == RootLayerAttachedViaEnclosingFrame; // a composited frame on Mac
1783 …ttachment = shouldPropagateCompositingToEnclosingFrame() ? RootLayerAttachedViaEnclosingFrame : Ro…
1898 case RootLayerAttachedViaEnclosingFrame: {
1916 case RootLayerAttachedViaEnclosingFrame: {
DRenderLayerBacking.cpp1031 …n compositor()->rootLayerAttachment() != RenderLayerCompositor::RootLayerAttachedViaEnclosingFrame; in paintingGoesToWindow()