Home | History | Annotate | Download | only in css

Lines Matching refs:VisitedMatchEnabled

427                 if (subContext.selector->pseudoType() == CSSSelector::PseudoVisited || (subContext.selector->pseudoType() == CSSSelector::PseudoLink && subContext.visitedMatchType == VisitedMatchEnabled))
628 return element->isLink() && context.visitedMatchType == VisitedMatchEnabled;