activeAuthorStyleSheets  141 Source/core/dom/DocumentStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
activeAuthorStyleSheets  143 Source/core/dom/DocumentStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
activeAuthorStyleSheets  107 Source/core/dom/ShadowTreeStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
activeAuthorStyleSheets  109 Source/core/dom/ShadowTreeStyleSheetCollection.cpp             styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
activeAuthorStyleSheets  174 Source/core/dom/StyleEngine.cpp     return m_documentStyleSheetCollection.activeAuthorStyleSheets();
activeAuthorStyleSheets  429 Source/core/dom/StyleEngine.cpp     m_resolver->appendAuthorStyleSheets(0, m_documentStyleSheetCollection.activeAuthorStyleSheets());
activeAuthorStyleSheets  436 Source/core/dom/StyleEngine.cpp             m_resolver->appendAuthorStyleSheets(0, collection->activeAuthorStyleSheets());
activeAuthorStyleSheets   96 Source/core/dom/StyleEngine.h     const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() const;
activeAuthorStyleSheets   51 Source/core/dom/StyleSheetCollection.h     WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() { return m_activeAuthorStyleSheets; }
activeAuthorStyleSheets   53 Source/core/dom/StyleSheetCollection.h     const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() const { return m_activeAuthorStyleSheets; }
activeAuthorStyleSheets  141 Source/core/dom/TreeScopeStyleSheetCollection.cpp     if (activeLoadingStyleSheetLoaded(newCollection.activeAuthorStyleSheets()))
activeAuthorStyleSheets  149 Source/core/dom/TreeScopeStyleSheetCollection.cpp     if (m_activeAuthorStyleSheets.size() <= newCollection.activeAuthorStyleSheets().size()) {
activeAuthorStyleSheets  150 Source/core/dom/TreeScopeStyleSheetCollection.cpp         change.styleResolverUpdateType = compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets);
activeAuthorStyleSheets  152 Source/core/dom/TreeScopeStyleSheetCollection.cpp         StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);