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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.h102 static bool isCommonPseudoClassSelector(const CSSSelector*);
121 inline bool SelectorChecker::isCommonPseudoClassSelector(const CSSSelector* selector) function in class:WebCore::SelectorChecker
H A DSelectorCheckerFastPath.cpp190 return isFastCheckableMatch(selector) || SelectorChecker::isCommonPseudoClassSelector(selector);
208 ASSERT(SelectorChecker::isCommonPseudoClassSelector(m_selector));
H A DRuleSet.cpp76 if (SelectorChecker::isCommonPseudoClassSelector(selector))
274 if (SelectorChecker::isCommonPseudoClassSelector(component)) {
294 && (component->tagHistory()->m_match == CSSSelector::Class || component->tagHistory()->m_match == CSSSelector::Id || SelectorChecker::isCommonPseudoClassSelector(component->tagHistory()))

Completed in 65 milliseconds