Searched refs:addedSheets (Results 1 – 3 of 3) sorted by relevance
69 …leSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets) in compareStyleSheets() argument81 addedSheets.append(newStylesheets[newIndex]->contents()); in compareStyleSheets()88 bool hasInsertions = !addedSheets.isEmpty(); in compareStyleSheets()90 addedSheets.append(newStylesheets[newIndex]->contents()); in compareStyleSheets()139 WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> > addedSheets; in analyzeStyleSheetChange() local141 …ompareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets); in analyzeStyleSheetChange()143 …ompareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets); in analyzeStyleSheetChange()149 if (findFontFaceRulesFromStyleSheetContents(addedSheets, change.fontFaceRulesToRemove)) in analyzeStyleSheetChange()167 StyleSheetInvalidationAnalysis invalidationAnalysis(addedSheets); in analyzeStyleSheetChange()
92 …eSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets);
562 WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> > addedSheets; in setActiveStyleSheets() local568 addedSheets.append(cssStyleSheet); in setActiveStyleSheets()570 addedSheets.append(cssStyleSheet); in setActiveStyleSheets()587 …ector<RawPtrWillBeMember<CSSStyleSheet> >::iterator it = addedSheets.begin(); it != addedSheets.en… in setActiveStyleSheets()