Searched refs:endText (Results 1 – 2 of 2) sorted by relevance
166 const Text* endText = latestLogicallyAdjacentTextNode(this); in wholeText() local168 Node* onePastEndText = endText->nextSibling(); in wholeText()196 RefPtrWillBeRawPtr<Text> endText = const_cast<Text*>(latestLogicallyAdjacentTextNode(this)); in replaceWholeText() local206 if (this != endText) { in replaceWholeText()207 Node* onePastEndText = endText->nextSibling(); in replaceWholeText()
1759 StringRef endText) in CFRefReport() argument1760 : BugReport(D, D.getDescription(), endText, n) { in CFRefReport()