RightWordIfOnBoundary 344 Source/core/editing/SpellChecker.cpp VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)); RightWordIfOnBoundary 359 Source/core/editing/SpellChecker.cpp markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange); RightWordIfOnBoundary 650 Source/core/editing/SpellChecker.cpp VisiblePosition startOfLastWord = startOfWord(endOfSelection, RightWordIfOnBoundary); RightWordIfOnBoundary 651 Source/core/editing/SpellChecker.cpp VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); RightWordIfOnBoundary 654 Source/core/editing/SpellChecker.cpp startOfFirstWord = startOfWord(startOfSelection, RightWordIfOnBoundary); RightWordIfOnBoundary 655 Source/core/editing/SpellChecker.cpp endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary); RightWordIfOnBoundary 667 Source/core/editing/SpellChecker.cpp endOfFirstWord = endOfWord(startOfFirstWord, RightWordIfOnBoundary); RightWordIfOnBoundary 676 Source/core/editing/SpellChecker.cpp endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary); RightWordIfOnBoundary 723 Source/core/editing/SpellChecker.cpp newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightWordIfOnBoundary)); RightWordIfOnBoundary 776 Source/core/editing/SpellChecker.cpp VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary)); RightWordIfOnBoundary 359 Source/core/editing/VisibleSelection.cpp EWordSide side = RightWordIfOnBoundary; RightWordIfOnBoundary 363 Source/core/editing/VisibleSelection.cpp side = RightWordIfOnBoundary; RightWordIfOnBoundary 636 Source/core/editing/VisibleUnits.cpp if (side == RightWordIfOnBoundary) { RightWordIfOnBoundary 40 Source/core/editing/VisibleUnits.h VisiblePosition startOfWord(const VisiblePosition &, EWordSide = RightWordIfOnBoundary); RightWordIfOnBoundary 41 Source/core/editing/VisibleUnits.h VisiblePosition endOfWord(const VisiblePosition &, EWordSide = RightWordIfOnBoundary);