Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleInvalidationAnalysis.cpp47 static bool determineSelectorScopes(const CSSSelectorList& selectorList, HashSet<StringImpl*>& idSc… in determineSelectorScopes() function
174 if (!determineSelectorScopes(styleRule->selectorList(), m_idScopes, m_classScopes)) { in analyzeStyleSheet()