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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h41 GraphicsLayerPaintMask = (1 << 2), enumerator in enum:blink::GraphicsLayerPaintingPhaseFlags
45 GraphicsLayerPaintAllWithOverflowClip = (GraphicsLayerPaintBackground | GraphicsLayerPaintForeground | GraphicsLayerPaintMask)
H A DGraphicsLayer.cpp635 if (m_paintingPhase & GraphicsLayerPaintMask)
636 paintingPhasesJSON->pushString("GraphicsLayerPaintMask");
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1520 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask);
1672 phase |= GraphicsLayerPaintMask;
2190 if (graphicsLayerPaintingPhase & GraphicsLayerPaintMask)

Completed in 181 milliseconds