visitedDependentColor 148 Source/core/accessibility/AXTable.cpp Color tableBGColor = tableStyle->visitedDependentColor(CSSPropertyBackgroundColor); visitedDependentColor 226 Source/core/accessibility/AXTable.cpp Color cellColor = renderStyle->visitedDependentColor(CSSPropertyBackgroundColor); visitedDependentColor 243 Source/core/accessibility/AXTable.cpp Color rowColor = rowRenderStyle->visitedDependentColor(CSSPropertyBackgroundColor); visitedDependentColor 1605 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBackgroundColor).rgb()) : currentColorOrValidColor(*style, style->backgroundColor()); visitedDependentColor 1766 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderTopColor).rgb()) : currentColorOrValidColor(*style, style->borderTopColor()); visitedDependentColor 1768 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderRightColor).rgb()) : currentColorOrValidColor(*style, style->borderRightColor()); visitedDependentColor 1770 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderBottomColor).rgb()) : currentColorOrValidColor(*style, style->borderBottomColor()); visitedDependentColor 1772 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyBorderLeftColor).rgb()) : currentColorOrValidColor(*style, style->borderLeftColor()); visitedDependentColor 1821 Source/core/css/CSSComputedStyleDeclaration.cpp return cssValuePool().createColorValue(m_allowVisitedStyle ? style->visitedDependentColor(CSSPropertyColor).rgb() : style->color().rgb()); visitedDependentColor 1837 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(*style, style->columnRuleColor()); visitedDependentColor 2118 Source/core/css/CSSComputedStyleDeclaration.cpp return m_allowVisitedStyle ? cssValuePool().createColorValue(style->visitedDependentColor(CSSPropertyOutlineColor).rgb()) : currentColorOrValidColor(*style, style->outlineColor()); visitedDependentColor 2638 Source/core/frame/FrameView.cpp result = result.blend(htmlElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor)); visitedDependentColor 2640 Source/core/frame/FrameView.cpp result = result.blend(bodyElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor)); visitedDependentColor 2471 Source/core/rendering/RenderBoxModelObject.cpp bool hasOpaqueBackground = s->visitedDependentColor(CSSPropertyBackgroundColor).alpha() == 255; visitedDependentColor 788 Source/core/rendering/RenderObject.h return styleToUse->visitedDependentColor(colorProperty); visitedDependentColor 793 Source/core/rendering/RenderObject.h return style()->visitedDependentColor(colorProperty); visitedDependentColor 1161 Source/core/rendering/RenderTableCell.cpp border->borderValue.color().resolve(style()->visitedDependentColor(CSSPropertyColor)), border->style, 0, 0, antialias); visitedDependentColor 594 Source/core/rendering/RenderTheme.cpp || style.visitedDependentColor(CSSPropertyBackgroundColor) != uaStyle.backgroundColor; visitedDependentColor 414 Source/core/rendering/style/RenderStyle.h Color color = visitedDependentColor(CSSPropertyBackgroundColor); visitedDependentColor 1508 Source/core/rendering/style/RenderStyle.h Color visitedDependentColor(int colorProperty) const; visitedDependentColor 395 Source/core/rendering/svg/SVGRenderTreeAsText.cpp if (text.parent() && (text.parent()->style()->visitedDependentColor(CSSPropertyColor) != text.style()->visitedDependentColor(CSSPropertyColor))) visitedDependentColor 46 Source/core/svg/SVGAnimatedColor.cpp return targetRenderer->style()->visitedDependentColor(CSSPropertyColor); visitedDependentColor 126 Source/web/tests/CompositedLayerMappingTest.cpp EXPECT_EQ(renderer->style()->visitedDependentColor(CSSPropertyBackgroundColor),