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.cpp561 WillBeHeapHashSet<RawPtrWillBeMember<CSSStyleSheet> > removedSheets(*documentCSSStyleSheets); in setActiveStyleSheets() local
565 if (removedSheets.contains(cssStyleSheet)) { in setActiveStyleSheets()
566 removedSheets.remove(cssStyleSheet); in setActiveStyleSheets()
574 …Set<RawPtrWillBeMember<CSSStyleSheet> >::iterator it = removedSheets.begin(); it != removedSheets.… in setActiveStyleSheets()