Home | History | Annotate | Download | only in dom

Lines Matching defs:m_treeScope

455         ASSERT(m_treeScope);
456 return *m_treeScope;
763 void setTreeScope(TreeScope* scope) { m_treeScope = scope; }
766 // - in the destruction of Document or ShadowRoot where m_treeScope is set to null or
767 m_treeScope is set by TreeScope ctor.
768 bool isTreeScopeInitialized() const { return m_treeScope; }
809 RawPtrWillBeMember<TreeScope> m_treeScope;