Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayerClient.h43 GraphicsLayerPaintForeground = (1 << 1), enumerator
48 …yerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | Graph…
DGraphicsLayer.cpp724 if (paintingPhase() & GraphicsLayerPaintForeground) { in dumpProperties()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1135 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground); in updateForegroundLayer()
1237 paintPhase |= GraphicsLayerPaintForeground; in updateScrollingLayers()
1342 phase |= GraphicsLayerPaintForeground; in paintingPhaseForPrimaryLayer()
1347 phase &= ~GraphicsLayerPaintForeground; in paintingPhaseForPrimaryLayer()
1818 if (paintInfo.paintingPhase & GraphicsLayerPaintForeground) in doPaintTask()