Searched defs:visitedLinkColor (Results 1 – 6 of 6) sorted by relevance
63 Color visitedLinkColor() const { return m_visitedLinkColor.toColor(); } in visitedLinkColor() function70 AnimatableColor(const AnimatableColorImpl& color, const AnimatableColorImpl& visitedLinkColor) in AnimatableColor()
86 …matableColor::create(const AnimatableColorImpl& color, const AnimatableColorImpl& visitedLinkColor) in create()
58 Color visitedLinkColor; variable
960 Color RenderStyle::visitedLinkColor() const { return inherited->visitedLinkColor; } in visitedLinkColor() function in WebCore::RenderStyle
48 const Color& visitedLinkColor() const { return m_visitedLinkColor; } in visitedLinkColor() function
217 Color visitedLinkColor = style.colorIncludingFallback(property, true); in createFromColor() local