Searched refs:appendAuthorStyleSheets (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DDocumentRuleSets.h57 void appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >&, MediaQueryEvaluator*, InspectorCSSOMWrappers&, bool isViewSource, StyleResolver*);
H A DDocumentRuleSets.cpp86 void DocumentRuleSets::appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets, MediaQueryEvaluator* medium, InspectorCSSOMWrappers& inspectorCSSOMWrappers, bool isViewSource, StyleResolver* resolver) function in class:WebCore::DocumentRuleSets
H A DStyleResolver.h204 // FIXME: It could be better to call m_ruleSets.appendAuthorStyleSheets() directly after we factor StyleRsolver further.
206 void appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >&);
H A DStyleResolver.cpp283 appendAuthorStyleSheets(0, styleSheetCollection->activeAuthorStyleSheets());
286 void StyleResolver::appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets) function in class:WebCore::StyleResolver
288 m_ruleSets.appendAuthorStyleSheets(firstNew, styleSheets, m_medium.get(), m_inspectorCSSOMWrappers, document()->isViewSource(), this);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentStyleSheetCollection.cpp487 styleResolver->appendAuthorStyleSheets(0, activeCSSStyleSheets);
490 styleResolver->appendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), activeCSSStyleSheets);

Completed in 305 milliseconds