Searched refs:m_idScopes (Results 1 – 2 of 2) sorted by relevance
174 if (!determineSelectorScopes(styleRule->selectorList(), m_idScopes, m_classScopes)) { in analyzeStyleSheet()204 if (m_idScopes.isEmpty() && m_classScopes.isEmpty()) in invalidateStyle()208 if (elementMatchesSelectorScopes(element, m_idScopes, m_classScopes)) { in invalidateStyle()
51 HashSet<StringImpl*> m_idScopes; variable