Searched refs:setReplicatedByLayer (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.h75 virtual void setReplicatedByLayer(GraphicsLayer*);
H A DGraphicsLayerBlackBerry.cpp275 void GraphicsLayerBlackBerry::setReplicatedByLayer(GraphicsLayer* layer) function in class:WebCore::GraphicsLayerBlackBerry
278 GraphicsLayer::setReplicatedByLayer(layer);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h67 virtual void setReplicatedByLayer(GraphicsLayer*);
H A DGraphicsLayerTextureMapper.cpp194 void GraphicsLayerTextureMapper::setReplicatedByLayer(GraphicsLayer* value) function in class:WebCore::GraphicsLayerTextureMapper
198 GraphicsLayer::setReplicatedByLayer(value);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h98 virtual void setReplicatedByLayer(GraphicsLayer*) OVERRIDE;
H A DCoordinatedGraphicsLayer.cpp522 void CoordinatedGraphicsLayer::setReplicatedByLayer(GraphicsLayer* layer) function in class:WebCore::CoordinatedGraphicsLayer
527 GraphicsLayer::setReplicatedByLayer(layer);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.cpp124 m_replicatedLayer->setReplicatedByLayer(0);
284 void GraphicsLayer::setReplicatedByLayer(GraphicsLayer* layer) function in class:WebCore::GraphicsLayer
H A DGraphicsLayer.h263 virtual void setReplicatedByLayer(GraphicsLayer*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h243 virtual void setReplicatedByLayer(GraphicsLayer*);
H A DGraphicsLayerCA.cpp420 void GraphicsLayerCA::setReplicatedByLayer(GraphicsLayer* layer) function in class:WebCore::GraphicsLayerCA
425 GraphicsLayer::setReplicatedByLayer(layer);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp549 m_graphicsLayer->setReplicatedByLayer(reflectionLayer);
552 m_graphicsLayer->setReplicatedByLayer(0);
H A DRenderLayerCompositor.cpp694 backing->graphicsLayer()->setReplicatedByLayer(0);

Completed in 247 milliseconds