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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h182 void setPaintingPhase(GraphicsLayerPaintingPhase);
H A DGraphicsLayer.cpp1006 void GraphicsLayer::setPaintingPhase(GraphicsLayerPaintingPhase phase) function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1081 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer());
1086 m_scrollingContentsLayer->setPaintingPhase(paintPhase);
1087 m_scrollingBlockSelectionLayer->setPaintingPhase(paintPhase);
1471 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground);
1490 m_backgroundLayer->setPaintingPhase(GraphicsLayerPaintBackground);
1520 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask);
1537 m_childClippingMaskLayer->setPaintingPhase(GraphicsLayerPaintChildClippingMask);

Completed in 307 milliseconds