Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleSheetCollection.cpp109 …ts, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets) in compareStyleSheets() argument
121 addedSheets.append(newStylesheets[newIndex]->contents()); in compareStyleSheets()
128 bool hasInsertions = !addedSheets.isEmpty(); in compareStyleSheets()
130 addedSheets.append(newStylesheets[newIndex]->contents()); in compareStyleSheets()
184 Vector<StyleSheetContents*> addedSheets; in analyzeStyleSheetChange() local
186 …ompareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets); in analyzeStyleSheetChange()
188 …ompareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets); in analyzeStyleSheetChange()
192 if (styleSheetContentsHasFontFaceRule(addedSheets)) { in analyzeStyleSheetChange()
220 StyleInvalidationAnalysis invalidationAnalysis(addedSheets); in analyzeStyleSheetChange()
DStyleSheetCollection.h119 …s, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp869 HashSet<CSSStyleSheet*> addedSheets; in activeStyleSheetsUpdated() local
875 addedSheets.add(newCSSSheet); in activeStyleSheetsUpdated()
888 … for (HashSet<CSSStyleSheet*>::iterator it = addedSheets.begin(); it != addedSheets.end(); ++it) { in activeStyleSheetsUpdated()