Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h61 PaintLayerPaintingCompositingBackgroundPhase = 1 << 5, enumerator
69 …PaintLayerPaintingCompositingAllPhases = (PaintLayerPaintingCompositingBackgroundPhase | PaintLaye…
DCompositedLayerMapping.cpp1817 paintFlags |= PaintLayerPaintingCompositingBackgroundPhase; in doPaintTask()
DRenderLayer.cpp1988 bool isPaintingCompositedBackground = paintFlags & PaintLayerPaintingCompositingBackgroundPhase; in paintLayerContents()