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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleResolver.cpp 45 ScopedStyleResolver* ScopedStyleTree::ensureScopedStyleResolver(const ContainerNode* scopingNode)
55 ScopedStyleResolver* ScopedStyleTree::scopedStyleResolverFor(const ContainerNode* scopingNode)
66 ScopedStyleResolver* ScopedStyleTree::addScopedStyleResolver(const ContainerNode* scopingNode, bool& isNewEntry)
79 void ScopedStyleTree::setupScopedStylesTree(ScopedStyleResolver* target)
115 void ScopedStyleTree::clear()
122 void ScopedStyleTree::resolveScopedStyles(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
128 void ScopedStyleTree::collectScopedResolversForHostedShadowTrees(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
145 void ScopedStyleTree::resolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers)
157 inline ScopedStyleResolver* ScopedStyleTree::enclosingScopedStyleResolverFor(const ContainerNode* scopingNode)
166 void ScopedStyleTree::resolveStyleCache(const ContainerNode* scopingNode
    [all...]
ScopedStyleResolver.h 98 class ScopedStyleTree {
99 WTF_MAKE_NONCOPYABLE(ScopedStyleTree); WTF_MAKE_FAST_ALLOCATED;
101 ScopedStyleTree() : m_scopedResolverForDocument(0), m_buildInDocumentOrder(true) { }
153 inline ScopedStyleResolver* ScopedStyleTree::scopedResolverFor(const Element* element)
StyleResolver.h 192 // and const ScopedStyleTree
350 ScopedStyleTree m_styleTree;

Completed in 476 milliseconds