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 45 enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled };
59 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType)
63 , visitedMatchType(visitedMatchType)
77 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 582 milliseconds