Home | History | Annotate | Download | only in editing

Lines Matching refs:startOfWord

1996     VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary));
2013 markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
2389 VisiblePosition startOfFirstWord = startOfWord(startOfSelection, LeftWordIfOnBoundary);
2392 VisiblePosition startOfLastWord = startOfWord(endOfSelection, RightWordIfOnBoundary);
2396 startOfFirstWord = startOfWord(startOfSelection, RightWordIfOnBoundary);
2401 startOfLastWord = startOfWord(endOfSelection, LeftWordIfOnBoundary);
3160 newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightWordIfOnBoundary));
3173 VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary));