Searched refs:endOfWord (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SpellChecker.cpp | 200 setStart(spellingSearchRange.get(), endOfWord(oneBeforeStart)); in advanceToNextMisspelling() 374 …tWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, Right… in markMisspellingsAfterTypingToWord() 389 …markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStar… in markMisspellingsAfterTypingToWord() 678 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 681 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 685 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 690 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 697 endOfFirstWord = endOfWord(startOfFirstWord, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 706 endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary); in updateMarkersForWordsAffectedByEditing() 753 …ntWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightW… in respondToChangedSelection() [all …]
|
D | VisibleUnits.h | 41 VisiblePosition endOfWord(const VisiblePosition &, EWordSide = RightWordIfOnBoundary);
|
D | VisibleSelection.cpp | 309 VisiblePosition wordEnd(endOfWord(originalEnd, side)); in setStartAndEndFromBaseAndExtentRespectingGranularity()
|
D | VisibleUnits.cpp | 659 VisiblePosition endOfWord(const VisiblePosition &c, EWordSide side) in endOfWord() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderText.cpp | 123 int32_t endOfWord; in makeCapitalized() local 125 …for (endOfWord = boundary->next(); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord … in makeCapitalized() 128 for (int i = startOfWord + 1; i < endOfWord; i++) in makeCapitalized()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Range.cpp | 1810 end = endOfWord(end); in expand()
|