Searched refs:classScopes (Results 1 – 1 of 1) sorted by relevance
47 …t CSSSelectorList& selectorList, HashSet<StringImpl*>& idScopes, HashSet<StringImpl*>& classScopes) in determineSelectorScopes() argument68 classScopes.add(scopeSelector->value().impl()); in determineSelectorScopes()181 …st Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<StringImpl*>& classScopes) in elementMatchesSelectorScopes() argument185 if (classScopes.isEmpty() || !element->hasClass()) in elementMatchesSelectorScopes()189 if (classScopes.contains(classNames[i].impl())) in elementMatchesSelectorScopes()