Searched refs:m_activeTreeScopes (Results 1 – 2 of 2) sorted by relevance
309 insertTreeScopeInDocumentOrder(m_activeTreeScopes, &treeScope); in addStyleSheetCandidateNode()322 m_activeTreeScopes.remove(&treeScope); in removeStyleSheetCandidateNode()354 clearMediaQueryRuleSetOnTreeScopeStyleSheets(m_activeTreeScopes); in clearMediaQueryRuleSetStyleSheets()397 … TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes; in updateActiveStyleSheets()411 m_activeTreeScopes.remove(*it); in updateActiveStyleSheets()428 if (m_activeTreeScopes.isEmpty()) { in activeStyleSheetsUpdatedForInspector()436 TreeScopeSet::iterator begin = m_activeTreeScopes.begin(); in activeStyleSheetsUpdatedForInspector()437 TreeScopeSet::iterator end = m_activeTreeScopes.end(); in activeStyleSheetsUpdatedForInspector()461 TreeScopeSet::iterator begin = m_activeTreeScopes.begin(); in appendActiveAuthorStyleSheets()462 TreeScopeSet::iterator end = m_activeTreeScopes.end(); in appendActiveAuthorStyleSheets()
221 TreeScopeSet m_activeTreeScopes; variable