Searched defs:setContentsBackgroundColor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp324 void GraphicsLayerTextureMapper::setContentsBackgroundColor(const Color& color) function in class:WebCore::GraphicsLayerTextureMapper
329 GraphicsLayer::setContentsBackgroundColor(color);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h314 virtual void setContentsBackgroundColor(const Color&) { } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1241 void GraphicsLayerQt::setContentsBackgroundColor(const Color& color) function in class:WebCore::GraphicsLayerQt
1246 GraphicsLayer::setContentsBackgroundColor(color);

Completed in 60 milliseconds