HomeSort by relevance Sort by last modified time
    Searched refs:ScopedStyleResolver (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.h 50 class ScopedStyleResolver {
51 WTF_MAKE_NONCOPYABLE(ScopedStyleResolver); WTF_MAKE_FAST_ALLOCATED;
53 static PassOwnPtr<ScopedStyleResolver> create(const ContainerNode* scopingNode) { return adoptPtr(new ScopedStyleResolver(scopingNode)); }
60 void setParent(ScopedStyleResolver* newParent) { m_parent = newParent; }
61 ScopedStyleResolver* parent() { return m_parent; }
82 ScopedStyleResolver() : m_scopingNode(0), m_parent(0) { }
83 ScopedStyleResolver(const ContainerNode* scopingNode) : m_scopingNode(scopingNode), m_parent(0) { }
89 ScopedStyleResolver* m_parent;
103 ScopedStyleResolver* ensureScopedStyleResolver(const ContainerNode* scopingNode)
    [all...]
ScopedStyleResolver.cpp 28 #include "core/css/resolver/ScopedStyleResolver.h"
45 ScopedStyleResolver* ScopedStyleTree::ensureScopedStyleResolver(const ContainerNode* scopingNode)
49 ScopedStyleResolver* scopedStyleResolver = addScopedStyleResolver(scopingNode, isNewEntry);
51 setupScopedStylesTree(scopedStyleResolver);
52 return scopedStyleResolver;
55 ScopedStyleResolver* ScopedStyleTree::scopedStyleResolverFor(const ContainerNode* scopingNode)
62 HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.find(scopingNode);
66 ScopedStyleResolver* ScopedStyleTree::addScopedStyleResolver(const ContainerNode* scopingNode, bool& isNewEntry)
68 HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::AddResult addResult = m_authorStyles.add(scopingNode, nullptr)
    [all...]
StyleResolver.h 35 #include "core/css/resolver/ScopedStyleResolver.h"
227 ScopedStyleResolver* ensureScopedStyleResolver(const ContainerNode* scope)
273 // Exposed for ScopedStyleResolver.
289 void matchScopedAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree);
290 void matchHostRules(Element*, ScopedStyleResolver*, ElementRuleCollector&, bool includeEmptyRules);
StyleResolver.cpp 168 ScopedStyleResolver* resolver = ensureScopedStyleResolver(ScopedStyleResolver::scopingNodeFor(cssSheet));
186 ScopedStyleResolver* resolver = scopingNode ? m_styleTree.scopedStyleResolverFor(scopingNode) : m_styleTree.scopedStyleResolverForDocument();
207 ScopedStyleResolver* resolver = m_styleTree.scopedStyleResolverFor(shadowHost);
318 void StyleResolver::matchHostRules(Element* element, ScopedStyleResolver* resolver, ElementRuleCollector& collector, bool includeEmptyRules)
330 void StyleResolver::matchScopedAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree)
359 Vector<ScopedStyleResolver*, 8> resolvers;
362 Vector<ScopedStyleResolver*, 8> resolversInShadowTree;
737 Vector<ScopedStyleResolver*, 8> stack
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.h 40 class ScopedStyleResolver;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 175 third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp \
    [all...]

Completed in 121 milliseconds