Searched refs:idScopes (Results 1 – 1 of 1) sorted by relevance
47 …lectorScopes(const CSSSelectorList& selectorList, HashSet<StringImpl*>& idScopes, HashSet<StringIm… in determineSelectorScopes() argument66 idScopes.add(scopeSelector->value().impl()); in determineSelectorScopes()181 …tchesSelectorScopes(const Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<St… in elementMatchesSelectorScopes() argument183 …if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().i… in elementMatchesSelectorScopes()