Home
last modified time | relevance | path

Searched defs:treeScope (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp104 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() local
289 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in modifiedStyleSheet() local
300 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in addStyleSheetCandidateNode() local
314 TreeScope& treeScope = scopingNode ? scopingNode->treeScope() : m_document; in removeStyleSheetCandidateNode() local
330 TreeScope& treeScope = isHTMLStyleElement(node) ? node->treeScope() : m_document; in modifiedStyleSheetCandidateNode() local
343 TreeScope& treeScope = **it; in clearMediaQueryRuleSetOnTreeScopeStyleSheets() local
[all …]
DNotation.h31 Notation(TreeScope* treeScope) : ContainerNode(treeScope) in Notation()
DText.h62 Text(TreeScope& treeScope, const String& data, ConstructionType type) in Text()
DCharacterData.h54 CharacterData(TreeScope& treeScope, const String& text, ConstructionType type) in CharacterData()
DDocumentStyleSheetCollection.cpp49 DocumentStyleSheetCollection::DocumentStyleSheetCollection(TreeScope& treeScope) in DocumentStyleSheetCollection()
DContainerNode.h176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type) in ContainerNode()
DStyleSheetCollection.cpp72 StyleSheetCollection::StyleSheetCollection(TreeScope& treeScope) in StyleSheetCollection()
DNode.h474 TreeScope& treeScope() const in treeScope() function
770 Node(TreeScope* treeScope, ConstructionType type) in Node()
DElement.cpp1341 TreeScope& treeScope = insertionPoint->treeScope(); in removedFrom() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleSheetList.h38 …static PassRefPtr<StyleSheetList> create(TreeScope* treeScope) { return adoptRef(new StyleSheetLis… in create()
DStyleSheetList.cpp34 StyleSheetList::StyleSheetList(TreeScope* treeScope) in StyleSheetList()
DElementRuleCollector.cpp122 TreeScope& treeScope = element->treeScope(); in rulesApplicableInCurrentTreeScope() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.h52 …static PassRefPtr<DOMSelection> create(const TreeScope* treeScope) { return adoptRef(new DOMSelect… in create()
DDOMSelection.cpp61 DOMSelection::DOMSelection(const TreeScope* treeScope) in DOMSelection()
DFocusController.cpp67 FocusNavigationScope::FocusNavigationScope(TreeScope* treeScope) in FocusNavigationScope()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DScopedStyleResolver.h53 const TreeScope& treeScope() const { return m_scopingNode.treeScope(); } in treeScope() function
DScopedStyleTree.cpp138 TreeScope& treeScope = element->treeScope(); in resolveScopedKeyframesRules() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleSelection.cpp472 TreeScope& treeScope = startContainerNode->treeScope(); in adjustPositionForEnd() local
490 TreeScope& treeScope = endContainerNode->treeScope(); in adjustPositionForStart() local
/external/chromium_org/third_party/WebKit/Source/core/events/
DEventRetargeter.cpp162 TreeScope* treeScope = &eventPath[i].node()->treeScope(); in buildRelatedNodeMap() local