setBackgroundColor  263 Source/core/css/resolver/AnimatedStyleBuilder.cpp         style->setBackgroundColor(toAnimatableColor(value)->color());
setBackgroundColor  106 Source/core/rendering/RenderFullScreen.cpp     fullscreenStyle->setBackgroundColor(StyleColor(Color::black));
setBackgroundColor  159 Source/core/rendering/RenderScrollbar.cpp         result->setBackgroundColor(StyleColor(Color::white));
setBackgroundColor  992 Source/core/rendering/compositing/CompositedLayerMapping.cpp             contentLayer->setBackgroundColor(bgColor.rgb());
setBackgroundColor 1521 Source/core/rendering/compositing/CompositedLayerMapping.cpp     m_graphicsLayer->setBackgroundColor(rendererBackgroundColor());
setBackgroundColor 1019 Source/core/rendering/style/RenderStyle.h     void setBackgroundColor(const StyleColor& v) { SET_VAR(m_background, m_color, v); }
setBackgroundColor  892 Source/platform/graphics/GraphicsLayer.cpp     m_layer->layer()->setBackgroundColor(m_backgroundColor.rgb());
setBackgroundColor  190 Source/platform/graphics/GraphicsLayer.h     void setBackgroundColor(const Color&);
setBackgroundColor 3860 Source/web/WebViewImpl.cpp     m_layerTreeView->setBackgroundColor(alphaChannel(m_backgroundColorOverride) ? m_backgroundColorOverride : backgroundColor());
setBackgroundColor  125 public/platform/WebLayer.h     virtual void setBackgroundColor(WebColor) = 0;
setBackgroundColor   75 public/platform/WebLayerTreeView.h     virtual void setBackgroundColor(WebColor) = 0;
setBackgroundColor   40 public/platform/WebSolidColorLayer.h     virtual void setBackgroundColor(WebColor) = 0;