ancestorInThisScope 1243 Source/core/dom/Document.cpp     Node* shadowAncestorNode = ancestorInThisScope(node);
ancestorInThisScope  249 Source/core/dom/TreeScope.cpp     node = ancestorInThisScope(node);
ancestorInThisScope   73 Source/core/dom/TreeScope.h     Node* ancestorInThisScope(Node*) const;
ancestorInThisScope  535 Source/core/editing/VisibleSelection.cpp     if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
ancestorInThisScope  553 Source/core/editing/VisibleSelection.cpp     if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
ancestorInThisScope   84 Source/core/editing/htmlediting.cpp     Node* nodeA = commonScope->ancestorInThisScope(a.containerNode());
ancestorInThisScope   89 Source/core/editing/htmlediting.cpp     Node* nodeB = commonScope->ancestorInThisScope(b.containerNode());
ancestorInThisScope  270 Source/core/editing/htmlediting.cpp         Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(p.deprecatedNode());
ancestorInThisScope  295 Source/core/editing/htmlediting.cpp         Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(p.deprecatedNode());
ancestorInThisScope   59 Source/core/page/DOMSelection.cpp     return frame->document()->ancestorInThisScope(node);
ancestorInThisScope  513 Source/core/page/DOMSelection.cpp     Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
ancestorInThisScope  531 Source/core/page/DOMSelection.cpp     Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
ancestorInThisScope  131 Source/core/rendering/HitTestResult.cpp         node = node->document().ancestorInThisScope(node);
ancestorInThisScope  136 Source/core/rendering/HitTestResult.cpp         node = node->document().ancestorInThisScope(node);
ancestorInThisScope  410 Source/core/rendering/HitTestResult.cpp         node = node->document().ancestorInThisScope(node);
ancestorInThisScope  430 Source/core/rendering/HitTestResult.cpp         node = node->document().ancestorInThisScope(node);