Searched refs:activeAuthorStyleSheets (Results 1 – 8 of 8) sorted by relevance
104 Vector<const Vector<RefPtr<CSSStyleSheet> >*> activeAuthorStyleSheets; in collectFromStyleEngine() local105 styleSheetCollection->getActiveAuthorStyleSheets(activeAuthorStyleSheets); in collectFromStyleEngine()106 for (size_t i = 0; i < activeAuthorStyleSheets.size(); ++i) in collectFromStyleEngine()107 collectFromStyleSheets(*activeAuthorStyleSheets[i]); in collectFromStyleEngine()
201 const Vector<RefPtr<CSSStyleSheet> >& stylesheets = styleEngine->activeAuthorStyleSheets(); in findStyleSheet()
177 if (activeLoadingStyleSheetLoaded(newCollection.activeAuthorStyleSheets())) in analyzeStyleSheetChange()185 if (m_activeAuthorStyleSheets.size() <= newCollection.activeAuthorStyleSheets().size()) { in analyzeStyleSheetChange()186 …pe = compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedS… in analyzeStyleSheetChange()188 …ResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_acti… in analyzeStyleSheetChange()200 if (cssStyleSheetHasFontFaceRule(newCollection.activeAuthorStyleSheets())) in analyzeStyleSheetChange()
161 const Vector<RefPtr<CSSStyleSheet> >& StyleEngine::activeAuthorStyleSheets() const in activeAuthorStyleSheets() function in WebCore::StyleEngine163 return m_documentStyleSheetCollection.activeAuthorStyleSheets(); in activeAuthorStyleSheets()166 …tiveAuthorStyleSheets(Vector<const Vector<RefPtr<CSSStyleSheet> >*>& activeAuthorStyleSheets) const in getActiveAuthorStyleSheets()168 activeAuthorStyleSheets.append(&m_documentStyleSheetCollection.activeAuthorStyleSheets()); in getActiveAuthorStyleSheets()175 activeAuthorStyleSheets.append(&collection->activeAuthorStyleSheets()); in getActiveAuthorStyleSheets()459 … m_resolver->appendAuthorStyleSheets(0, m_documentStyleSheetCollection.activeAuthorStyleSheets()); in appendActiveAuthorStyleSheets()466 m_resolver->appendAuthorStyleSheets(0, collection->activeAuthorStyleSheets()); in appendActiveAuthorStyleSheets()
145 …appendActiveStyleSheets(seamlessParentIFrame->document().styleEngine()->activeAuthorStyleSheets()); in collectActiveCSSStyleSheetsFromSeamlessParents()178 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets()); in updateActiveStyleSheets()180 …azyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets()); in updateActiveStyleSheets()
62 Vector<RefPtr<CSSStyleSheet> >& activeAuthorStyleSheets() { return m_activeAuthorStyleSheets; } in activeAuthorStyleSheets() function64 …const Vector<RefPtr<CSSStyleSheet> >& activeAuthorStyleSheets() const { return m_activeAuthorStyle… in activeAuthorStyleSheets() function
110 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets()); in updateActiveStyleSheets()112 …azyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets()); in updateActiveStyleSheets()
92 const Vector<RefPtr<CSSStyleSheet> >& activeAuthorStyleSheets() const;144 …iveAuthorStyleSheets(Vector<const Vector<RefPtr<CSSStyleSheet> >*>& activeAuthorStyleSheets) const;