m_treeScope 35 Source/core/css/StyleSheetList.cpp : m_treeScope(treeScope) m_treeScope 45 Source/core/css/StyleSheetList.cpp if (!m_treeScope) m_treeScope 47 Source/core/css/StyleSheetList.cpp return document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); m_treeScope 57 Source/core/css/StyleSheetList.cpp m_detachedStyleSheets = document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); m_treeScope 58 Source/core/css/StyleSheetList.cpp m_treeScope = 0; m_treeScope 74 Source/core/css/StyleSheetList.cpp if (!m_treeScope) m_treeScope 83 Source/core/css/StyleSheetList.cpp Element* element = m_treeScope->getElementById(name); m_treeScope 46 Source/core/css/StyleSheetList.h Document* document() { return m_treeScope ? &m_treeScope->document() : 0; } m_treeScope 57 Source/core/css/StyleSheetList.h TreeScope* m_treeScope; m_treeScope 278 Source/core/dom/Node.cpp if (m_treeScope) m_treeScope 279 Source/core/dom/Node.cpp m_treeScope->guardDeref(); m_treeScope 457 Source/core/dom/Node.h ASSERT(m_treeScope); m_treeScope 458 Source/core/dom/Node.h return *m_treeScope; m_treeScope 749 Source/core/dom/Node.h , m_treeScope(treeScope) m_treeScope 753 Source/core/dom/Node.h ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot); m_treeScope 755 Source/core/dom/Node.h if (m_treeScope) m_treeScope 756 Source/core/dom/Node.h m_treeScope->guardRef(); m_treeScope 780 Source/core/dom/Node.h void setTreeScope(TreeScope* scope) { m_treeScope = scope; } m_treeScope 785 Source/core/dom/Node.h bool isTreeScopeInitialized() const { return m_treeScope; } m_treeScope 827 Source/core/dom/Node.h TreeScope* m_treeScope; m_treeScope 113 Source/core/dom/ShadowTreeStyleSheetCollection.cpp toShadowRoot(m_treeScope.rootNode()).host()->setNeedsStyleRecalc(SubtreeStyleChange); m_treeScope 42 Source/core/dom/TreeScopeStyleSheetCollection.cpp : m_treeScope(treeScope) m_treeScope 204 Source/core/dom/TreeScopeStyleSheetCollection.cpp styleResolver->resetAuthorStyle(toContainerNode(&m_treeScope.rootNode())); m_treeScope 75 Source/core/dom/TreeScopeStyleSheetCollection.h Document& document() const { return m_treeScope.document(); } m_treeScope 104 Source/core/dom/TreeScopeStyleSheetCollection.h TreeScope& m_treeScope; m_treeScope 65 Source/core/events/TreeScopeEventContext.cpp : m_treeScope(treeScope) m_treeScope 51 Source/core/events/TreeScopeEventContext.h TreeScope& treeScope() const { return m_treeScope; } m_treeScope 78 Source/core/events/TreeScopeEventContext.h TreeScope& m_treeScope; m_treeScope 93 Source/core/events/TreeScopeEventContext.h return target.toNode() && !target.toNode()->isSVGElement() && !target.toNode()->treeScope().isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(m_treeScope); m_treeScope 71 Source/core/page/DOMSelection.cpp m_treeScope = 0; m_treeScope 513 Source/core/page/DOMSelection.cpp Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); m_treeScope 531 Source/core/page/DOMSelection.cpp Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); m_treeScope 552 Source/core/page/DOMSelection.cpp if (m_treeScope) m_treeScope 553 Source/core/page/DOMSelection.cpp m_treeScope->document().addConsoleMessage(JSMessageSource, ErrorMessageLevel, message); m_treeScope 113 Source/core/page/DOMSelection.h const TreeScope* m_treeScope;