Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h66 PaintLayerPaintingRootBackgroundOnly = 1 << 10, enumerator
DCompositedLayerMapping.cpp1830 …paintFlags |= (PaintLayerPaintingRootBackgroundOnly | PaintLayerPaintingCompositingForegroundPhase… in doPaintTask()
1859 ASSERT(!paintInfo.isBackgroundLayer || paintFlags & PaintLayerPaintingRootBackgroundOnly); in doPaintTask()
DRenderLayer.cpp1883 return layer->renderer()->isRoot() && (paintFlags & PaintLayerPaintingRootBackgroundOnly); in paintForFixedRootBackground()
2006 …if (paintFlags & PaintLayerPaintingRootBackgroundOnly && !renderer()->isRenderView() && !renderer(… in paintLayerContents()
2128 else if (paintFlags & PaintLayerPaintingRootBackgroundOnly) in paintLayerContents()