Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleInvalidationAnalysis.cpp47 …lectorScopes(const CSSSelectorList& selectorList, HashSet<StringImpl*>& idScopes, HashSet<StringIm… in determineSelectorScopes() argument
66 idScopes.add(scopeSelector->value().impl()); in determineSelectorScopes()
181 …tchesSelectorScopes(const Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<St… in elementMatchesSelectorScopes() argument
183 …if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().i… in elementMatchesSelectorScopes()