Searched refs:firstTextNodeInCurrentRun (Results 1 – 1 of 1) sorted by relevance
78 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; n = n.nextTextNode()) { in getWholeText()93 for (TextImpl n = firstTextNodeInCurrentRun(); n != null; ) { in replaceWholeText()115 private TextImpl firstTextNodeInCurrentRun() { in firstTextNodeInCurrentRun() method in TextImpl