Home
last modified time | relevance | path

Searched refs:setContentsBackgroundColor (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp324 void GraphicsLayerTextureMapper::setContentsBackgroundColor(const Color& color) in setContentsBackgroundColor() function in WebCore::GraphicsLayerTextureMapper
329 GraphicsLayer::setContentsBackgroundColor(color); in setContentsBackgroundColor()
DGraphicsLayerTextureMapper.h75 virtual void setContentsBackgroundColor(const Color&);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h79 virtual void setContentsBackgroundColor(const Color&);
DGraphicsLayerQt.cpp1241 void GraphicsLayerQt::setContentsBackgroundColor(const Color& color) in setContentsBackgroundColor() function in WebCore::GraphicsLayerQt
1246 GraphicsLayer::setContentsBackgroundColor(color); in setContentsBackgroundColor()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h314 virtual void setContentsBackgroundColor(const Color&) { } in setContentsBackgroundColor() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-295759 (WebCore::GraphicsLayerQt::setContentsBackgroundColor): reimp