Home | History | Annotate | Download | only in editing

Lines Matching refs:root

222     // Since enclosingNodeOfType won't search beyond the highest root editable node,
223 // this code works even if the closest table cell was outside of the root editable node.
671 Node* root = highestEditableRoot(p);
673 if (root && !n->isContentEditable())
677 if (n == root)
689 Node* root = highestEditableRoot(p);
693 if (root && !n->isContentEditable() && onlyReturnEditableNodes)
697 if (n == root)
707 Node* root = highestEditableRoot(p);
711 if (n == root)
739 Node* root = highestEditableRoot(Position(node, 0));
744 if (n == root)
757 Node* root = highestEditableRoot(Position(node, 0));
763 if (n == root || isTableCell(n))