Searched defs:newStylesheets (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCollection.cpp109 StyleSheetCollection::StyleResolverUpdateType StyleSheetCollection::compareStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets) argument
111 unsigned newStyleSheetCount = newStylesheets.size();
120 while (oldStyleSheets[oldIndex] != newStylesheets[newIndex]) {
121 addedSheets.append(newStylesheets[newIndex]->contents());
130 addedSheets.append(newStylesheets[newIndex]->contents());

Completed in 64 milliseconds