Home | History | Annotate | Download | only in editing

Lines Matching refs:startNode

243 static bool checkFormControlElement(Node* startNode)
245 Node* node = startNode;
1101 Node* startNode = r->startContainer();
1102 if (!startNode)
1108 if (!startNode->offsetInCharacters()) {
1109 if (startOffset >= 0 && startOffset < static_cast<int>(startNode->childNodeCount())) {
1110 startNode = startNode->childNode(startOffset);
1127 m_startNode = startNode;