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/
DTreeScopeStyleSheetCollection.cpp69 …leSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets) in compareStyleSheets() argument
81 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() local
141 …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()
DTreeScopeStyleSheetCollection.h92 …eSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp562 WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> > addedSheets; in setActiveStyleSheets() local
568 addedSheets.append(cssStyleSheet); in setActiveStyleSheets()
570 addedSheets.append(cssStyleSheet); in setActiveStyleSheets()
587 …ector<RawPtrWillBeMember<CSSStyleSheet> >::iterator it = addedSheets.begin(); it != addedSheets.en… in setActiveStyleSheets()