Home
last modified time | relevance | path

Searched refs:setPaintingPhase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1135 m_foregroundLayer->setPaintingPhase(GraphicsLayerPaintForeground); in updateForegroundLayer()
1145 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer()); in updateForegroundLayer()
1158 m_backgroundLayer->setPaintingPhase(GraphicsLayerPaintBackground); in updateBackgroundLayer()
1189 m_maskLayer->setPaintingPhase(GraphicsLayerPaintMask); in updateMaskLayer()
1198 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer()); in updateMaskLayer()
1210 m_childClippingMaskLayer->setPaintingPhase(GraphicsLayerPaintChildClippingMask); in updateClippingMaskLayers()
1238 m_scrollingContentsLayer->setPaintingPhase(paintPhase); in updateScrollingLayers()
1255 m_graphicsLayer->setPaintingPhase(paintingPhaseForPrimaryLayer()); in updateScrollingLayers()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h215 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; } in setPaintingPhase() function