Searched defs:scopingNode (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ScopedStyleTree.cpp | 37 ScopedStyleResolver* ScopedStyleTree::ensureScopedStyleResolver(ContainerNode& scopingNode) in ensureScopedStyleResolver() 46 ScopedStyleResolver* ScopedStyleTree::scopedStyleResolverFor(const ContainerNode& scopingNode) in scopedStyleResolverFor() 56 ScopedStyleResolver* ScopedStyleTree::addScopedStyleResolver(ContainerNode& scopingNode, bool& isNe… in addScopedStyleResolver() 73 const ContainerNode& scopingNode = target->scopingNode(); in setupScopedStylesTree() local 147 …edStyleResolver* ScopedStyleTree::enclosingScopedStyleResolverFor(const ContainerNode* scopingNode) in enclosingScopedStyleResolverFor() 156 void ScopedStyleTree::resolveStyleCache(const ContainerNode* scopingNode) in resolveStyleCache() 162 void ScopedStyleTree::pushStyleCache(const ContainerNode& scopingNode, const ContainerNode* parent) in pushStyleCache() 178 void ScopedStyleTree::popStyleCache(const ContainerNode& scopingNode) in popStyleCache() 203 void ScopedStyleTree::remove(const ContainerNode* scopingNode) in remove()
|
D | ScopedStyleResolver.h | 48 …static PassOwnPtr<ScopedStyleResolver> create(ContainerNode& scopingNode) { return adoptPtr(new Sc… in create() 52 const ContainerNode& scopingNode() const { return m_scopingNode; } in scopingNode() function 70 …explicit ScopedStyleResolver(ContainerNode& scopingNode) : m_scopingNode(scopingNode), m_parent(0)… in ScopedStyleResolver()
|
D | ScopedStyleTree.h | 43 ScopedStyleResolver* lookupScopedStyleResolverFor(const ContainerNode* scopingNode) in lookupScopedStyleResolverFor()
|
D | ScopedStyleResolver.cpp | 133 const ContainerNode* scopingNode = &m_scopingNode; in collectMatchingAuthorRules() local
|
D | StyleResolver.cpp | 206 ContainerNode* scopingNode = ScopedStyleResolver::scopingNodeFor(document(), cssSheet); in appendCSSStyleSheet() local 284 void StyleResolver::resetAuthorStyle(const ContainerNode* scopingNode) in resetAuthorStyle() 421 const ContainerNode* scopingNode = toContainerNode(*it); in collectTreeBoundaryCrossingRules() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | TreeBoundaryCrossingRules.cpp | 37 …yCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRule… in addRule() 49 void TreeBoundaryCrossingRules::reset(const ContainerNode* scopingNode) in reset()
|
D | TreeBoundaryCrossingRules.h | 48 …RuleSet* ruleSetScopedBy(const ContainerNode* scopingNode) { return m_treeBoundaryCrossingRuleSetM… in ruleSetScopedBy()
|
D | ElementRuleCollector.cpp | 120 …l rulesApplicableInCurrentTreeScope(const Element* element, const ContainerNode* scopingNode, Sele… in rulesApplicableInCurrentTreeScope()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLStyleElement.cpp | 99 ContainerNode* scopingNode = 0; in scopedAttributeChanged() local 239 ContainerNode* HTMLStyleElement::scopingNode() in scopingNode() function in WebCore::HTMLStyleElement
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | StyleSheetCollection.cpp | 96 ContainerNode* scopingNode = toHTMLStyleElement(node)->scopingNode(); in addStyleSheetCandidateNode() local 101 void StyleSheetCollection::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode) in removeStyleSheetCandidateNode()
|
D | StyleElement.cpp | 67 …StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode) in removedFromDocument()
|
D | StyleEngine.cpp | 312 void StyleEngine::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode) in removeStyleSheetCandidateNode()
|