Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayerClient.h42 GraphicsLayerPaintBackground = (1 << 0), enumerator
48 …GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForegrou…
DGraphicsLayer.cpp720 if (paintingPhase() & GraphicsLayerPaintBackground) { in dumpProperties()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1158 m_backgroundLayer->setPaintingPhase(GraphicsLayerPaintBackground); in updateBackgroundLayer()
1340 phase |= GraphicsLayerPaintBackground; in paintingPhaseForPrimaryLayer()
1816 if (paintInfo.paintingPhase & GraphicsLayerPaintBackground) in doPaintTask()