Searched refs:StyleSheetCollection (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentStyleSheetCollection.h31 #include "core/dom/StyleSheetCollection.h"
37 class StyleSheetCollection;
41 class DocumentStyleSheetCollection FINAL : public StyleSheetCollection {
H A DShadowTreeStyleSheetCollection.h31 #include "core/dom/StyleSheetCollection.h"
38 class StyleSheetCollection;
41 class ShadowTreeStyleSheetCollection FINAL : public StyleSheetCollection {
H A DStyleSheetCollection.cpp28 #include "core/dom/StyleSheetCollection.h"
72 StyleSheetCollection::StyleSheetCollection(TreeScope& treeScope) function in class:WebCore::StyleSheetCollection
79 void StyleSheetCollection::addStyleSheetCandidateNode(Node* node, bool createdByParser)
101 void StyleSheetCollection::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode)
109 StyleSheetCollection::StyleResolverUpdateType StyleSheetCollection::compareStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets)
138 bool StyleSheetCollection::activeLoadingStyleSheetLoaded(const Vector<RefPtr<CSSStyleSheet> >& newStyleSheets)
175 void StyleSheetCollection::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollectionBase& newCollection, StyleSheetChange& change)
228 void StyleSheetCollection
[all...]
H A DStyleEngine.h52 class StyleSheetCollection;
180 StyleSheetCollection* ensureStyleSheetCollectionFor(TreeScope&);
181 StyleSheetCollection* styleSheetCollectionFor(TreeScope&);
217 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> > m_styleSheetCollectionMap;
H A DStyleSheetCollection.h53 // - StyleSheetCollectionBase -> StyleSheetCollection
54 // - StyleSheetCollection -> ScopeStyleSheetCollection
78 class StyleSheetCollection : public StyleSheetCollectionBase { class in namespace:WebCore
94 explicit StyleSheetCollection(TreeScope&);
H A DStyleEngine.cpp131 StyleSheetCollection* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope)
136 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> >::AddResult result = m_styleSheetCollectionMap.add(&treeScope, nullptr);
142 StyleSheetCollection* StyleEngine::styleSheetCollectionFor(TreeScope& treeScope)
147 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> >::iterator it = m_styleSheetCollectionMap.find(&treeScope);
170 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> >::const_iterator::Values begin = m_styleSheetCollectionMap.values().begin();
171 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> >::const_iterator::Values end = m_styleSheetCollectionMap.values().end();
172 HashMap<TreeScope*, OwnPtr<StyleSheetCollection> >::const_iterator::Values it = begin;
174 const StyleSheetCollection* collection = it->get();
229 // FIXME: updateInjectedStyleSheetCache is called inside StyleSheetCollection::updateActiveStyleSheets
303 StyleSheetCollection* collectio
[all...]
H A DShadowTreeStyleSheetCollection.cpp44 : StyleSheetCollection(shadowRoot)
H A DDocumentStyleSheetCollection.cpp50 : StyleSheetCollection(treeScope)
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \
H A Dwebcore_dom.target.darwin-mips.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \
H A Dwebcore_dom.target.darwin-x86.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \
H A Dwebcore_dom.target.linux-arm.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \
H A Dwebcore_dom.target.linux-mips.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \
H A Dwebcore_dom.target.linux-x86.mk147 third_party/WebKit/Source/core/dom/StyleSheetCollection.cpp \

Completed in 359 milliseconds