Home | History | Annotate | Download | only in editing

Lines Matching refs:endOfWord

213             spellingSearchStart = endOfWord(oneBeforeStart).toParentAnchoredPosition();
389 VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary));
404 markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
693 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary);
696 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary);
700 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary);
705 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary);
712 endOfFirstWord = endOfWord(startOfFirstWord, RightWordIfOnBoundary);
721 endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary);
783 newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextFormControlElement::endOfWord(newStart));
788 newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightWordIfOnBoundary));
862 VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary));