Searched refs:setContentsToSolidColor (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h69 virtual void setContentsToSolidColor(const Color&);
H A DGraphicsLayerTextureMapper.cpp341 void GraphicsLayerTextureMapper::setContentsToSolidColor(const Color& color) function in class:WebCore::GraphicsLayerTextureMapper
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h92 virtual void setContentsToSolidColor(const Color&) OVERRIDE;
H A DCoordinatedGraphicsLayer.cpp434 void CoordinatedGraphicsLayer::setContentsToSolidColor(const Color& color) function in class:WebCore::CoordinatedGraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h323 // Note that this covers the entire layer. Use setContentsToSolidColor() if the color should
385 virtual void setContentsToSolidColor(const Color&) { } function in class:WebCore::GraphicsLayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h119 virtual void setContentsToSolidColor(const Color&);
H A DGraphicsLayerCA.cpp761 void GraphicsLayerCA::setContentsToSolidColor(const Color& color) function in class:WebCore::GraphicsLayerCA
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.cpp1389 m_graphicsLayer->setContentsToSolidColor(Color());
1396 m_graphicsLayer->setContentsToSolidColor(backgroundColor);

Completed in 138 milliseconds