isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf   57 Source/core/dom/TreeScope.h     bool isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(const TreeScope&) const;
isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf  364 Source/core/events/EventPath.cpp         ASSERT(touchList.item(i)->target()->toNode()->treeScope().isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(treeScope));
isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf   93 Source/core/events/TreeScopeEventContext.h     return target.toNode() && !target.toNode()->isSVGElement() && !target.toNode()->treeScope().isInclusiveOlderSiblingShadowRootOrAncestorTreeScopeOf(m_treeScope);