Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

1148             Node* startNode = positionAtStartOfInsertedContent().deepEquivalent().downstream().deprecatedNode();
1149 if (startNode->isTextNode()) {
1150 Text* text = static_cast<Text*>(startNode);
1156 insertNodeBefore(node, startNode);