Searched refs:m_treeScope (Results 1 – 9 of 9) sorted by relevance
35 : m_treeScope(treeScope) in StyleSheetList()45 if (!m_treeScope) in styleSheets()47 return document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); in styleSheets()52 m_detachedStyleSheets = document()->styleEngine()->styleSheetsForStyleSheetList(*m_treeScope); in detachFromDocument()53 m_treeScope = 0; in detachFromDocument()69 if (!m_treeScope) in getNamedItem()78 Element* element = m_treeScope->getElementById(name); in getNamedItem()
46 Document* document() { return m_treeScope->documentScope(); } in document()55 TreeScope* m_treeScope; variable
96 Document* document() { return m_treeScope.documentScope(); } in document()123 TreeScope& m_treeScope;
476 ASSERT(m_treeScope); in treeScope()477 return *m_treeScope; in treeScope()773 , m_treeScope(treeScope) in Node()777 ASSERT(m_treeScope || type == CreateDocument || type == CreateShadowRoot); in Node()779 if (m_treeScope) in Node()780 m_treeScope->guardRef(); in Node()807 void setTreeScope(TreeScope* scope) { m_treeScope = scope; } in setTreeScope()812 bool isTreeScopeInitialized() const { return m_treeScope; } in isTreeScopeInitialized()854 TreeScope* m_treeScope; variable
73 : m_treeScope(treeScope) in StyleSheetCollection()248 styleResolver->resetAuthorStyle(toContainerNode(m_treeScope.rootNode())); in resetAllRuleSetsInTreeScope()
116 toShadowRoot(m_treeScope.rootNode())->host()->setNeedsStyleRecalc(); in updateActiveStyleSheets()
302 if (m_treeScope) in ~Node()303 m_treeScope->guardDeref(); in ~Node()
63 , m_treeScope(treeScope) in DOMSelection()70 m_treeScope = 0; in clearTreeScope()517 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); in shadowAdjustedNode()535 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode); in shadowAdjustedOffset()
96 const TreeScope* m_treeScope;