Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h62 PaintLayerPaintingCompositingForegroundPhase = 1 << 6, enumerator
69 …ses = (PaintLayerPaintingCompositingBackgroundPhase | PaintLayerPaintingCompositingForegroundPhase
DCompositedLayerMapping.cpp1819 paintFlags |= PaintLayerPaintingCompositingForegroundPhase; in doPaintTask()
1830 …paintFlags |= (PaintLayerPaintingRootBackgroundOnly | PaintLayerPaintingCompositingForegroundPhase in doPaintTask()
DRenderLayer.cpp1987 bool isPaintingCompositedForeground = paintFlags & PaintLayerPaintingCompositingForegroundPhase; in paintLayerContents()