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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h40 GraphicsLayerPaintForeground = (1 << 1), enumerator in enum:blink::GraphicsLayerPaintingPhaseFlags
45 GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
H A DGraphicsLayer.cpp633 if (m_paintingPhase & GraphicsLayerPaintForeground)
634 paintingPhasesJSON->pushString("GraphicsLayerPaintForeground");
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1085 paintPhase |= GraphicsLayerPaintForeground;
1471 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground);
1670 phase |= GraphicsLayerPaintForeground;
1675 phase &= ~GraphicsLayerPaintForeground;
2188 if (graphicsLayerPaintingPhase & GraphicsLayerPaintForeground)

Completed in 136 milliseconds