HomeSort by relevance Sort by last modified time
    Searched refs:activeAuthorStyleSheets (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCollection.h 51 WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() { return m_activeAuthorStyleSheets; }
53 const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() const { return m_activeAuthorStyleSheets; }
ShadowTreeStyleSheetCollection.cpp 107 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
109 styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
DocumentStyleSheetCollection.cpp 116 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
118 styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
TreeScopeStyleSheetCollection.cpp 142 if (activeLoadingStyleSheetLoaded(newCollection.activeAuthorStyleSheets()))
150 if (m_activeAuthorStyleSheets.size() <= newCollection.activeAuthorStyleSheets().size()) {
151 change.styleResolverUpdateType = compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets);
153 StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);
StyleEngine.cpp 176 const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& StyleEngine::activeAuthorStyleSheets() const
178 return documentStyleSheetCollection()->activeAuthorStyleSheets();
437 return documentStyleSheetCollection()->activeAuthorStyleSheets();
441 activeStyleSheets.appendVector(documentStyleSheetCollection()->activeAuthorStyleSheets());
447 activeStyleSheets.appendVector(collection->activeAuthorStyleSheets());
466 m_resolver->appendAuthorStyleSheets(documentStyleSheetCollection()->activeAuthorStyleSheets());
473 m_resolver->appendAuthorStyleSheets(collection->activeAuthorStyleSheets());
StyleEngine.h 82 const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeAuthorStyleSheets() const;

Completed in 72 milliseconds