backgroundColor 70 Source/core/animation/css/CSSPropertyEquality.cpp return a.backgroundColor().resolve(a.color()) == b.backgroundColor().resolve(b.color()) backgroundColor 1605 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBackgroundColor).rgb()) : currentColorOrValidColor(*style, style->backgroundColor()); backgroundColor 321 Source/core/frame/FrameView.cpp Color backgroundColor = documentBackgroundColor(); backgroundColor 326 Source/core/frame/FrameView.cpp backgroundColor.getHSL(hue, saturation, lightness); backgroundColor 1970 Source/core/frame/FrameView.cpp void FrameView::setBaseBackgroundColor(const Color& backgroundColor) backgroundColor 1972 Source/core/frame/FrameView.cpp m_baseBackgroundColor = backgroundColor; backgroundColor 1983 Source/core/frame/FrameView.cpp void FrameView::updateBackgroundRecursively(const Color& backgroundColor, bool transparent) backgroundColor 1988 Source/core/frame/FrameView.cpp view->setBaseBackgroundColor(backgroundColor); backgroundColor 331 Source/core/frame/LocalFrame.cpp void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent, backgroundColor 358 Source/core/frame/LocalFrame.cpp if (backgroundColor.alpha()) backgroundColor 359 Source/core/frame/LocalFrame.cpp frameView->updateBackgroundRecursively(backgroundColor, transparent); backgroundColor 503 Source/core/frame/LocalFrame.cpp , backgroundColor(frame->view()->baseBackgroundColor()) backgroundColor 515 Source/core/frame/LocalFrame.cpp frame->view()->setBaseBackgroundColor(backgroundColor); backgroundColor 522 Source/core/frame/LocalFrame.cpp Color backgroundColor; backgroundColor 324 Source/core/rendering/InlineTextBox.cpp Color correctedTextColor(Color textColor, Color backgroundColor) backgroundColor 329 Source/core/rendering/InlineTextBox.cpp int d = differenceSquared(textColor, backgroundColor); backgroundColor 42 Source/core/rendering/InlineTextBox.h Color correctedTextColor(Color textColor, Color backgroundColor); backgroundColor 1253 Source/core/rendering/RenderBox.cpp Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); backgroundColor 1254 Source/core/rendering/RenderBox.cpp if (backgroundColor.alpha()) { backgroundColor 1277 Source/core/rendering/RenderBox.cpp Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); backgroundColor 1278 Source/core/rendering/RenderBox.cpp if (backgroundColor.hasAlpha()) backgroundColor 2436 Source/core/rendering/RenderBoxModelObject.cpp Color backgroundColor = resolveColor(CSSPropertyBackgroundColor); backgroundColor 2437 Source/core/rendering/RenderBoxModelObject.cpp if (backgroundColor.hasAlpha()) backgroundColor 481 Source/core/rendering/RenderMenuList.cpp Color backgroundColor; backgroundColor 483 Source/core/rendering/RenderMenuList.cpp backgroundColor = resolveColor(element->renderStyle(), CSSPropertyBackgroundColor); backgroundColor 484 Source/core/rendering/RenderMenuList.cpp itemHasCustomBackgroundColor = backgroundColor.alpha(); backgroundColor 486 Source/core/rendering/RenderMenuList.cpp if (!backgroundColor.hasAlpha()) { backgroundColor 487 Source/core/rendering/RenderMenuList.cpp itemBackgroundColor = backgroundColor; backgroundColor 492 Source/core/rendering/RenderMenuList.cpp backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor); backgroundColor 493 Source/core/rendering/RenderMenuList.cpp if (!backgroundColor.hasAlpha()) { backgroundColor 494 Source/core/rendering/RenderMenuList.cpp itemBackgroundColor = backgroundColor; backgroundColor 499 Source/core/rendering/RenderMenuList.cpp itemBackgroundColor = Color(Color::white).blend(backgroundColor); backgroundColor 594 Source/core/rendering/RenderTheme.cpp || style.visitedDependentColor(CSSPropertyBackgroundColor) != uaStyle.backgroundColor; backgroundColor 309 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.button.backgroundColor = useMockTheme() ? 0xffc0c0c0 : defaultButtonBackgroundColor; backgroundColor 311 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb(); backgroundColor 332 Source/core/rendering/RenderThemeChromiumDefault.cpp Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); backgroundColor 333 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.textField.backgroundColor = backgroundColor.rgb(); backgroundColor 354 Source/core/rendering/RenderThemeChromiumDefault.cpp Color backgroundColor(Color::transparent); backgroundColor 356 Source/core/rendering/RenderThemeChromiumDefault.cpp backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); backgroundColor 357 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.menuList.backgroundColor = backgroundColor.rgb(); backgroundColor 364 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.menuList.fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha(); backgroundColor 396 Source/core/rendering/RenderThemeChromiumDefault.cpp extraParams.menuList.backgroundColor = Color::transparent; backgroundColor 227 Source/core/rendering/RenderTreeAsText.cpp Color backgroundColor = o.resolveColor(CSSPropertyBackgroundColor); backgroundColor 228 Source/core/rendering/RenderTreeAsText.cpp if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor backgroundColor 229 Source/core/rendering/RenderTreeAsText.cpp && backgroundColor.rgb()) backgroundColor 230 Source/core/rendering/RenderTreeAsText.cpp ts << " [bgcolor=" << backgroundColor.nameForRenderTreeAsText() << "]"; backgroundColor 38 Source/core/rendering/style/CachedUAStyle.h , backgroundColor(StyleColor::currentColor()) backgroundColor 44 Source/core/rendering/style/CachedUAStyle.h , backgroundColor(StyleColor::currentColor()) backgroundColor 49 Source/core/rendering/style/CachedUAStyle.h backgroundColor = style->backgroundColor(); backgroundColor 55 Source/core/rendering/style/CachedUAStyle.h StyleColor backgroundColor; backgroundColor 1373 Source/core/rendering/style/RenderStyle.cpp result = visitedLink ? visitedLinkBackgroundColor() : backgroundColor(); backgroundColor 1743 Source/core/rendering/style/RenderStyle.h StyleColor backgroundColor() const { return m_background->color(); } backgroundColor 206 Source/core/rendering/svg/SVGInlineTextBox.cpp Color backgroundColor = renderer().selectionBackgroundColor(); backgroundColor 207 Source/core/rendering/svg/SVGInlineTextBox.cpp if (!backgroundColor.alpha()) backgroundColor 238 Source/core/rendering/svg/SVGInlineTextBox.cpp paintInfo.context->setFillColor(backgroundColor); backgroundColor 239 Source/core/rendering/svg/SVGInlineTextBox.cpp paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor); backgroundColor 173 Source/platform/DragImage.cpp const Color backgroundColor(140, 140, 140); backgroundColor 174 Source/platform/DragImage.cpp buffer->context()->fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor); backgroundColor 53 Source/platform/PopupMenuStyle.h const Color& backgroundColor() const { return m_backgroundColor; } backgroundColor 1013 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawHighlightForText(const Font& font, const TextRun& run, const FloatPoint& point, int h, const Color& backgroundColor, int from, int to) backgroundColor 1018 Source/platform/graphics/GraphicsContext.cpp fillRect(font.selectionRectForText(run, point, h, from, to), backgroundColor); backgroundColor 302 Source/platform/graphics/GraphicsContext.h void drawHighlightForText(const Font&, const TextRun&, const FloatPoint&, int h, const Color& backgroundColor, int from = 0, int to = -1); backgroundColor 189 Source/platform/graphics/GraphicsLayer.h const Color& backgroundColor() const { return m_backgroundColor; } backgroundColor 398 Source/web/PopupListBox.cpp backColor = style.backgroundColor(); backgroundColor 3860 Source/web/WebViewImpl.cpp m_layerTreeView->setBackgroundColor(alphaChannel(m_backgroundColorOverride) ? m_backgroundColorOverride : backgroundColor()); backgroundColor 152 Source/web/WebViewImpl.h virtual WebColor backgroundColor() const OVERRIDE; backgroundColor 127 Source/web/tests/CompositedLayerMappingTest.cpp renderer->layer()->compositedLayerMapping()->mainGraphicsLayer()->backgroundColor()); backgroundColor 132 Source/web/tests/CompositedLayerMappingTest.cpp EXPECT_EQ(Color(), renderer->layer()->compositedLayerMapping()->mainGraphicsLayer()->backgroundColor()); backgroundColor 240 Source/web/tests/WebViewTest.cpp EXPECT_EQ(kWhite, webView->backgroundColor()); backgroundColor 243 Source/web/tests/WebViewTest.cpp EXPECT_EQ(kBlue, webView->backgroundColor()); backgroundColor 249 Source/web/tests/WebViewTest.cpp EXPECT_EQ(kDarkCyan, webView->backgroundColor()); backgroundColor 255 Source/web/tests/WebViewTest.cpp EXPECT_EQ(0xFF7F0080, webView->backgroundColor()); backgroundColor 259 Source/web/tests/WebViewTest.cpp EXPECT_EQ(0xBFE93B32, webView->backgroundColor()); backgroundColor 266 Source/web/tests/WebViewTest.cpp EXPECT_NE(kBlue, webView->backgroundColor()); backgroundColor 269 Source/web/tests/WebViewTest.cpp EXPECT_EQ(kBlue, webView->backgroundColor()); backgroundColor 93 public/platform/WebFallbackThemeEngine.h WebColor backgroundColor; backgroundColor 100 public/platform/WebFallbackThemeEngine.h WebColor backgroundColor; backgroundColor 109 public/platform/WebFallbackThemeEngine.h WebColor backgroundColor; backgroundColor 126 public/platform/WebLayer.h virtual WebColor backgroundColor() const = 0; backgroundColor 131 public/platform/WebThemeEngine.h WebColor backgroundColor; backgroundColor 138 public/platform/WebThemeEngine.h WebColor backgroundColor; backgroundColor 148 public/platform/WebThemeEngine.h WebColor backgroundColor; backgroundColor 252 public/web/WebWidget.h virtual WebColor backgroundColor() const { return 0xFFFFFFFF; /* SK_ColorWHITE */ }