HomeSort by relevance Sort by last modified time
    Searched refs:visitedMatchType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 47 enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled };
69 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType)
73 , visitedMatchType(visitedMatchType)
87 VisitedMatchType visitedMatchType;
SelectorCheckerFastPath.cpp 104 bool SelectorCheckerFastPath::matchesRightmostSelector(SelectorChecker::VisitedMatchType visitedMatchType) const
119 return commonPseudoClassSelectorMatches(visitedMatchType);
206 bool SelectorCheckerFastPath::commonPseudoClassSelectorMatches(SelectorChecker::VisitedMatchType visitedMatchType) const
214 return m_element.isLink() && visitedMatchType == SelectorChecker::VisitedMatchEnabled;
SelectorChecker.cpp 231 nextContext.visitedMatchType = VisitedMatchDisabled;
498 if (subContext.selector->pseudoType() == CSSSelector::PseudoVisited || (subContext.selector->pseudoType() == CSSSelector::PseudoLink && subContext.visitedMatchType == VisitedMatchEnabled))
696 return element.isLink() && context.visitedMatchType == VisitedMatchEnabled;
    [all...]

Completed in 508 milliseconds