Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingNode

528 static Node* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode)
530 for (Node* n = startNode; n && n != enclosingNode; n = n->parentNode()) {