Home
last modified time | relevance | path

Searched defs:scopingNode (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleTree.cpp37 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()
DScopedStyleResolver.h48 …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()
DScopedStyleTree.h43 ScopedStyleResolver* lookupScopedStyleResolverFor(const ContainerNode* scopingNode) in lookupScopedStyleResolverFor()
DScopedStyleResolver.cpp133 const ContainerNode* scopingNode = &m_scopingNode; in collectMatchingAuthorRules() local
DStyleResolver.cpp206 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/
DTreeBoundaryCrossingRules.cpp37 …yCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRule… in addRule()
49 void TreeBoundaryCrossingRules::reset(const ContainerNode* scopingNode) in reset()
DTreeBoundaryCrossingRules.h48 …RuleSet* ruleSetScopedBy(const ContainerNode* scopingNode) { return m_treeBoundaryCrossingRuleSetM… in ruleSetScopedBy()
DElementRuleCollector.cpp120 …l rulesApplicableInCurrentTreeScope(const Element* element, const ContainerNode* scopingNode, Sele… in rulesApplicableInCurrentTreeScope()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLStyleElement.cpp99 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/
DStyleSheetCollection.cpp96 ContainerNode* scopingNode = toHTMLStyleElement(node)->scopingNode(); in addStyleSheetCandidateNode() local
101 void StyleSheetCollection::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode) in removeStyleSheetCandidateNode()
DStyleElement.cpp67 …StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode) in removedFromDocument()
DStyleEngine.cpp312 void StyleEngine::removeStyleSheetCandidateNode(Node* node, ContainerNode* scopingNode) in removeStyleSheetCandidateNode()