Home
last modified time | relevance | path

Searched refs:visitedStyle (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResource.cpp73 RenderStyle* visitedStyle = style->getCachedPseudoStyle(VISITED_LINK); in requestPaintingResource() local
74 ASSERT(visitedStyle); in requestPaintingResource()
76 const SVGRenderStyle* svgVisitedStyle = visitedStyle->svgStyle(); in requestPaintingResource()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DComputedStyle.cpp275 if (const ComputedStyle* visitedStyle = aStyle.GetStyleIfVisited()) { in GetVisitedDependentColorInternal() local
276 colors[1] = aColorFunc(*visitedStyle); in GetVisitedDependentColorInternal()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DComputedStyle.cpp288 if (const ComputedStyle* visitedStyle = aStyle.GetStyleIfVisited()) { in GetVisitedDependentColorInternal() local
289 colors[1] = aColorFunc(*visitedStyle); in GetVisitedDependentColorInternal()
/dports/www/firefox/firefox-99.0/layout/style/
H A DComputedStyle.cpp288 if (const ComputedStyle* visitedStyle = aStyle.GetStyleIfVisited()) { in GetVisitedDependentColorInternal() local
289 colors[1] = aColorFunc(*visitedStyle); in GetVisitedDependentColorInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DComputedStyle.cpp288 if (const ComputedStyle* visitedStyle = aStyle.GetStyleIfVisited()) { in GetVisitedDependentColorInternal() local
289 colors[1] = aColorFunc(*visitedStyle); in GetVisitedDependentColorInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleContext.cpp476 if (nsStyleContext* visitedStyle = aSc->GetStyleIfVisited()) { in GetVisitedDependentColorInternal() local
477 colors[1] = aColorFunc(visitedStyle); in GetVisitedDependentColorInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleContext.cpp1531 nsStyleContext *visitedStyle = this->GetStyleIfVisited();
1532 if (!visitedStyle) {
1536 colors[1] = isPaintProperty ? ExtractColorLenient(aProperty, visitedStyle)
1537 : ExtractColor(aProperty, visitedStyle).value();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1295 RefPtr<RenderStyle> visitedStyle; in styleForElement() local
1323 if (visitedStyle) { in styleForElement()
1334 visitedStyle->setStyleType(VISITED_LINK); in styleForElement()
1510 if (visitedStyle) { in styleForElement()
1512 m_style->addCachedPseudoStyle(visitedStyle.release()); in styleForElement()
1638 RefPtr<RenderStyle> visitedStyle; in pseudoStyleForElement() local
1643 if (visitedStyle) in pseudoStyleForElement()
1644 visitedStyle->setStyleType(VISITED_LINK); in pseudoStyleForElement()
1666 if (m_matchedDecls.isEmpty() && !visitedStyle) in pseudoStyleForElement()
1713 if (visitedStyle) in pseudoStyleForElement()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1168 RenderStyle* visitedStyle = getCachedPseudoStyle(VISITED_LINK); in visitedDependentColor() local
1169 if (!visitedStyle) in visitedDependentColor()
1171 Color visitedColor = visitedStyle->colorIncludingFallback(colorProperty, borderStyle); in visitedDependentColor()