Searched refs:VisitedMatchType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorCheckerFastPath.h42 bool matchesRightmostSelector(SelectorChecker::VisitedMatchType) const;
48 bool commonPseudoClassSelectorMatches(SelectorChecker::VisitedMatchType) const;
H A DSelectorChecker.h45 enum VisitedMatchType { VisitedMatchDisabled, VisitedMatchEnabled }; enum in class:WebCore::SelectorChecker
59 SelectorCheckingContext(const CSSSelector* selector, Element* element, VisitedMatchType visitedMatchType)
77 VisitedMatchType visitedMatchType;
H A DSelectorCheckerFastPath.cpp104 bool SelectorCheckerFastPath::matchesRightmostSelector(SelectorChecker::VisitedMatchType visitedMatchType) const
206 bool SelectorCheckerFastPath::commonPseudoClassSelectorMatches(SelectorChecker::VisitedMatchType visitedMatchType) const

Completed in 656 milliseconds