Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayerClient.h46 GraphicsLayerPaintCompositedScroll = (1 << 4), enumerator
DGraphicsLayer.cpp740 if (paintingPhase() & GraphicsLayerPaintCompositedScroll) { in dumpProperties()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1235 …PaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll; in updateScrollingLayers()
1348 phase |= GraphicsLayerPaintCompositedScroll; in paintingPhaseForPrimaryLayer()
1352 phase |= GraphicsLayerPaintCompositedScroll; in paintingPhaseForPrimaryLayer()
1826 if (paintInfo.paintingPhase & GraphicsLayerPaintCompositedScroll) in doPaintTask()