Searched refs:removedSheets (Results 1 – 1 of 1) sorted by relevance
854 HashSet<CSSStyleSheet*> removedSheets; in activeStyleSheetsUpdated() local857 removedSheets.add(it->key); in activeStyleSheetsUpdated()872 if (removedSheets.contains(newCSSSheet)) in activeStyleSheetsUpdated()873 removedSheets.remove(newCSSSheet); in activeStyleSheetsUpdated()878 …for (HashSet<CSSStyleSheet*>::iterator it = removedSheets.begin(); it != removedSheets.end(); ++it… in activeStyleSheetsUpdated()