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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h39 GraphicsLayerPaintBackground = (1 << 0), enumerator in enum:blink::GraphicsLayerPaintingPhaseFlags
45 GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
H A DGraphicsLayer.cpp631 if (m_paintingPhase & GraphicsLayerPaintBackground)
632 paintingPhasesJSON->pushString("GraphicsLayerPaintBackground");
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1490 m_backgroundLayer->setPaintingPhase(GraphicsLayerPaintBackground);
1668 phase |= GraphicsLayerPaintBackground;
2186 if (graphicsLayerPaintingPhase & GraphicsLayerPaintBackground)

Completed in 114 milliseconds