Home | History | Annotate | Download | only in editing

Lines Matching refs:ancestor

639     Node* ancestor = range->commonAncestorContainer(ec);// find the cloeset common ancestor
642 while (ancestor && ancestor->isContentEditable() && isNodeVisiblyContainedWithin(ancestor, maximumRange) && ancestor != rootNode) {
643 highestNode = ancestor;
644 ancestor = ancestor->parentNode();
923 Node* ancestor = node->shadowAncestorNode();
924 if (ancestor == node)
926 return ancestor->isElementNode() && static_cast<Element*>(ancestor)->isTextFormControl();