Searched refs:DocumentStyleSheetCollection (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DInspectorCSSOMWrappers.h36 class DocumentStyleSheetCollection;
44 CSSStyleRule* getWrapperForRuleInSheets(StyleRule*, DocumentStyleSheetCollection&);
53 void collectFromDocumentStyleSheetCollection(DocumentStyleSheetCollection&);
H A DDocumentRuleSets.h36 class DocumentStyleSheetCollection;
52 void initUserStyle(DocumentStyleSheetCollection&, const MediaQueryEvaluator&, StyleResolver&);
H A DInspectorCSSOMWrappers.cpp39 #include "DocumentStyleSheetCollection.h"
100 void InspectorCSSOMWrappers::collectFromDocumentStyleSheetCollection(DocumentStyleSheetCollection& styleSheetCollection)
108 CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, DocumentStyleSheetCollection& styleSheetCollection)
H A DDocumentRuleSets.cpp34 #include "DocumentStyleSheetCollection.h"
49 void DocumentRuleSets::initUserStyle(DocumentStyleSheetCollection& styleSheetCollection, const MediaQueryEvaluator& medium, StyleResolver& resolver)
H A DStyleResolver.cpp67 #include "DocumentStyleSheetCollection.h"
287 DocumentStyleSheetCollection& styleSheetCollection = m_document.styleSheetCollection();
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocumentStyleSheetCollection.cpp29 #include "DocumentStyleSheetCollection.h"
53 DocumentStyleSheetCollection::DocumentStyleSheetCollection(Document& document) function in class:WebCore::DocumentStyleSheetCollection
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
[all...]
H A DDocumentStyleSheetCollection.h47 class DocumentStyleSheetCollection { class in namespace:WebCore
50 explicit DocumentStyleSheetCollection(Document&);
H A DDocument.h35 #include "DocumentStyleSheetCollection.h"
547 DocumentStyleSheetCollection& styleSheetCollection() { return m_styleSheetCollection; }
1434 DocumentStyleSheetCollection m_styleSheetCollection;
H A DDocument.cpp3213 m_styleSheetCollection.setPendingUpdateType(DocumentStyleSheetCollection::OptimizedUpdate);
3250 DocumentStyleSheetCollection::UpdateFlag styleSheetUpdate = (updateFlag == RecalcStyleIfNeeded || updateFlag == DeferRecalcStyleIfNeeded)
3251 ? DocumentStyleSheetCollection::OptimizedUpdate
3252 : DocumentStyleSheetCollection::FullUpdate;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLLinkElement.cpp34 #include "DocumentStyleSheetCollection.h"
469 document().styleSheetCollection().updateActiveStyleSheets(DocumentStyleSheetCollection::OptimizedUpdate);
475 ? DocumentStyleSheetCollection::RemovePendingSheetNotifyImmediately
476 : DocumentStyleSheetCollection::RemovePendingSheetNotifyLater);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorCSSAgent.h54 class DocumentStyleSheetCollection;
H A DInspectorInstrumentation.h79 class DocumentStyleSheetCollection;

Completed in 227 milliseconds