• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/dom/

Lines Matching refs:DocumentStyleSheetCollection

29 #include "DocumentStyleSheetCollection.h"
53 DocumentStyleSheetCollection::DocumentStyleSheetCollection(Document& document)
69 void DocumentStyleSheetCollection::combineCSSFeatureFlags()
79 void DocumentStyleSheetCollection::resetCSSFeatureFlags()
88 CSSStyleSheet* DocumentStyleSheetCollection::pageUserSheet()
108 void DocumentStyleSheetCollection::clearPageUserSheet()
116 void DocumentStyleSheetCollection::updatePageUserSheet()
123 const Vector<RefPtr<CSSStyleSheet>>& DocumentStyleSheetCollection::injectedUserStyleSheets() const
129 const Vector<RefPtr<CSSStyleSheet>>& DocumentStyleSheetCollection::injectedAuthorStyleSheets() const
135 void DocumentStyleSheetCollection::updateInjectedStyleSheetCache() const
176 void DocumentStyleSheetCollection::invalidateInjectedStyleSheetCache()
186 void DocumentStyleSheetCollection::addAuthorSheet(PassRef<StyleSheetContents> authorSheet)
193 void DocumentStyleSheetCollection::addUserSheet(PassRef<StyleSheetContents> userSheet)
201 void DocumentStyleSheetCollection::removePendingSheet(RemovePendingSheetNotificationType notification)
224 void DocumentStyleSheetCollection::addStyleSheetCandidateNode(Node& node, bool createdByParser)
257 void DocumentStyleSheetCollection::removeStyleSheetCandidateNode(Node& node)
262 void DocumentStyleSheetCollection::collectActiveStyleSheets(Vector<RefPtr<StyleSheet>>& sheets)
340 void DocumentStyleSheetCollection::analyzeStyleSheetChange(UpdateFlag updateFlag, const Vector<RefPtr<CSSStyleSheet>>& newStylesheets, StyleResolverUpdateType& styleResolverUpdateType, bool& requiresFullStyleRecalc)
423 bool DocumentStyleSheetCollection::updateActiveStyleSheets(UpdateFlag updateFlag)
473 bool DocumentStyleSheetCollection::activeStyleSheetsContains(const CSSStyleSheet* sheet) const
483 void DocumentStyleSheetCollection::detachFromDocument()