Searched refs:visitedStyle (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResource.cpp71 RenderStyle* visitedStyle = style->getCachedPseudoStyle(VISITED_LINK); local
72 ASSERT(visitedStyle);
74 if (SVGPaint* visitedPaint = mode == ApplyToFillMode ? visitedStyle->svgStyle()->fillPaint() : visitedStyle->svgStyle()->strokePaint()) {
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1268 RefPtr<RenderStyle> visitedStyle; local
1278 visitedStyle = styleForElement(e, parentStyle, false, false, true);
1299 if (visitedStyle) {
1304 if (visitedStyle->hasPseudoStyle(static_cast<PseudoId>(pseudo)))
1308 visitedStyle = 0; // We made the style to avoid timing attacks. Just throw it away now that we did that, since we don't need it.
1310 visitedStyle->setStyleType(VISITED_LINK);
1498 if (visitedStyle) {
1500 m_style->addCachedPseudoStyle(visitedStyle.release());
1626 RefPtr<RenderStyle> visitedStyle; local
1630 visitedStyle
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp1169 RenderStyle* visitedStyle = getCachedPseudoStyle(VISITED_LINK);
1170 if (!visitedStyle)
1172 Color visitedColor = visitedStyle->colorIncludingFallback(colorProperty, borderStyle);

Completed in 128 milliseconds