Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp854 HashSet<CSSStyleSheet*> removedSheets; in activeStyleSheetsUpdated() local
857 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()