Searched refs:endText (Results 1 – 1 of 1) sorted by relevance
125 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local128 Node* onePastEndText = endText->nextSibling(); in wholeText()146 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local157 if (this != endText) { in replaceWholeText()158 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()