appendAuthorStyleSheets  141 Source/core/css/resolver/StyleResolver.h     void appendAuthorStyleSheets(unsigned firstNew, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >&);
appendAuthorStyleSheets  429 Source/core/dom/StyleEngine.cpp     m_resolver->appendAuthorStyleSheets(0, m_documentStyleSheetCollection.activeAuthorStyleSheets());
appendAuthorStyleSheets  436 Source/core/dom/StyleEngine.cpp             m_resolver->appendAuthorStyleSheets(0, collection->activeAuthorStyleSheets());