Searched refs:endText (Results 1 – 2 of 2) sorted by relevance
118 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local120 Node* onePastEndText = endText->nextSibling(); in wholeText()154 RefPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local165 if (this != endText) { in replaceWholeText()166 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()
1800 StringRef endText) in CFRefReport() argument1801 : BugReport(D, D.getDescription(), endText, n) { in CFRefReport()