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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerClient.h43 GraphicsLayerPaintCompositedScroll = (1 << 4), enumerator in enum:blink::GraphicsLayerPaintingPhaseFlags
H A DGraphicsLayer.cpp641 if (m_paintingPhase & GraphicsLayerPaintCompositedScroll)
642 paintingPhasesJSON->pushString("GraphicsLayerPaintCompositedScroll");
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1083 GraphicsLayerPaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll;
1676 phase |= GraphicsLayerPaintCompositedScroll;
2196 if (graphicsLayerPaintingPhase & GraphicsLayerPaintCompositedScroll)

Completed in 91 milliseconds