Searched refs:setPaintingPhase (Results 1 – 2 of 2) sorted by relevance
1135 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()
215 void setPaintingPhase(GraphicsLayerPaintingPhase phase) { m_paintingPhase = phase; } in setPaintingPhase() function