Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

1050     Node* startNode = r->startContainer();
1051 if (!startNode)
1057 if (!startNode->offsetInCharacters()) {
1058 if (startOffset >= 0 && startOffset < static_cast<int>(startNode->childNodeCount())) {
1059 startNode = startNode->childNode(startOffset);
1076 m_startNode = startNode;