Searched refs:VisitedMatchEnabled (Results 1 – 4 of 4) sorted by relevance
120 …rChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled); in checkOneSelector()
47 enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled }; enumerator
260 …ingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled); in ruleMatches()
539 …or->pseudoType() == CSSSelector::PseudoLink && subContext.visitedMatchType == VisitedMatchEnabled)) in checkOne()740 return element.isLink() && context.visitedMatchType == VisitedMatchEnabled; in checkOne()