Home
last modified time | relevance | path

Searched refs:classScopes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleInvalidationAnalysis.cpp47 …t CSSSelectorList& selectorList, HashSet<StringImpl*>& idScopes, HashSet<StringImpl*>& classScopes) in determineSelectorScopes() argument
68 classScopes.add(scopeSelector->value().impl()); in determineSelectorScopes()
181 …st Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<StringImpl*>& classScopes) in elementMatchesSelectorScopes() argument
185 if (classScopes.isEmpty() || !element->hasClass()) in elementMatchesSelectorScopes()
189 if (classScopes.contains(classNames[i].impl())) in elementMatchesSelectorScopes()