VisitedMatchEnabled  261 Source/core/css/ElementRuleCollector.cpp     SelectorChecker::SelectorCheckingContext context(ruleData.selector(), m_context.element(), SelectorChecker::VisitedMatchEnabled);
VisitedMatchEnabled  551 Source/core/css/SelectorChecker.cpp                 if (subContext.selector->pseudoType() == CSSSelector::PseudoVisited || (subContext.selector->pseudoType() == CSSSelector::PseudoLink && subContext.visitedMatchType == VisitedMatchEnabled))
VisitedMatchEnabled  753 Source/core/css/SelectorChecker.cpp             return element.isLink() && context.visitedMatchType == VisitedMatchEnabled;
VisitedMatchEnabled  107 Source/core/html/HTMLContentElement.cpp     SelectorChecker::SelectorCheckingContext context(selector, element, SelectorChecker::VisitedMatchEnabled);