Searched defs:treeScope (Results 1 – 19 of 19) sorted by relevance
104 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope) in insertTreeScopeInDocumentOrder()131 StyleSheetCollection* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope) in ensureStyleSheetCollectionFor()142 StyleSheetCollection* StyleEngine::styleSheetCollectionFor(TreeScope& treeScope) in styleSheetCollectionFor()153 const Vector<RefPtr<StyleSheet> >& StyleEngine::styleSheetsForStyleSheetList(TreeScope& treeScope) in styleSheetsForStyleSheetList()249 …TreeScope* treeScope = isHTMLStyleElement(styleSheetCandidateNode) ? &styleSheetCandidateNode->tre… in removePendingSheet() local289 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in modifiedStyleSheet() local300 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in addStyleSheetCandidateNode() local314 TreeScope& treeScope = scopingNode ? scopingNode->treeScope() : m_document; in removeStyleSheetCandidateNode() local330 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in modifiedStyleSheetCandidateNode() local343 TreeScope& treeScope = **it; in clearMediaQueryRuleSetOnTreeScopeStyleSheets() local[all …]
31 Notation(TreeScope* treeScope) : ContainerNode(treeScope) in Notation()
62 Text(TreeScope& treeScope, const String& data, ConstructionType type) in Text()
54 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type) in CharacterData()
49 DocumentStyleSheetCollection::DocumentStyleSheetCollection(TreeScope& treeScope) in DocumentStyleSheetCollection()
176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type) in ContainerNode()
72 StyleSheetCollection::StyleSheetCollection(TreeScope& treeScope) in StyleSheetCollection()
474 TreeScope& treeScope() const in treeScope() function770 Node(TreeScope* treeScope, ConstructionType type) in Node()
1341 TreeScope& treeScope = insertionPoint->treeScope(); in removedFrom() local
38 …static PassRefPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRef(new StyleSheetLis… in create()
34 StyleSheetList::StyleSheetList(TreeScope* treeScope) in StyleSheetList()
122 TreeScope& treeScope = element->treeScope(); in rulesApplicableInCurrentTreeScope() local
52 …static PassRefPtr<DOMSelection> create(const TreeScope* treeScope) { return adoptRef(new DOMSelect… in create()
61 DOMSelection::DOMSelection(const TreeScope* treeScope) in DOMSelection()
67 FocusNavigationScope::FocusNavigationScope(TreeScope* treeScope) in FocusNavigationScope()
53 const TreeScope& treeScope() const { return m_scopingNode.treeScope(); } in treeScope() function
138 TreeScope& treeScope = element->treeScope(); in resolveScopedKeyframesRules() local
472 TreeScope& treeScope = startContainerNode->treeScope(); in adjustPositionForEnd() local490 TreeScope& treeScope = endContainerNode->treeScope(); in adjustPositionForStart() local
162 TreeScope* treeScope = &eventPath[i].node()->treeScope(); in buildRelatedNodeMap() local