isInclusiveAncestorOf  417 Source/core/css/resolver/StyleResolver.cpp         bool isInnerTreeScope = element->treeScope().isInclusiveAncestorOf(scopingNode->treeScope());
isInclusiveAncestorOf  151 Source/core/dom/TreeScope.h     bool isInclusiveAncestorOf(const TreeScope&) const;
isInclusiveAncestorOf   45 Source/core/events/TreeScopeEventContext.cpp         if (path[i].treeScopeEventContext()->isInclusiveAncestorOf(*this))
isInclusiveAncestorOf   64 Source/core/events/TreeScopeEventContext.h     bool isInclusiveAncestorOf(const TreeScopeEventContext&);
isInclusiveAncestorOf  111 Source/core/events/TreeScopeEventContext.h inline bool TreeScopeEventContext::isInclusiveAncestorOf(const TreeScopeEventContext& other)