Searched refs:isTreeScope (Results 1 – 4 of 4) sorted by relevance
121 ASSERT(!node.isTreeScope()); in updateTreeScope()
270 bool isTreeScope() const;272 bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); } in isShadowRoot()
337 inline bool Node::isTreeScope() const in isTreeScope() function
850 if (other->isTreeScope()) in isDescendantOf()851 return !isTreeScope(); in isDescendantOf()2304 if (isTreeScope()) { in removedLastRef()