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/
SelectorCheckerFastPath.h 42 bool matchesRightmostSelector(SelectorChecker::VisitedMatchType) const;
48 bool commonPseudoClassSelectorMatches(SelectorChecker::VisitedMatchType) const;
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;

Completed in 359 milliseconds