HomeSort by relevance Sort by last modified time
    Searched refs:endOfWord (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.h 41 VisiblePosition endOfWord(const VisiblePosition &, EWordSide = RightWordIfOnBoundary);
SpellChecker.cpp 200 setStart(spellingSearchRange.get(), endOfWord(oneBeforeStart));
374 VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary));
389 markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
678 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary);
681 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary);
685 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary);
    [all...]
VisibleSelection.cpp 309 VisiblePosition wordEnd(endOfWord(originalEnd, side));
VisibleUnits.cpp 659 VisiblePosition endOfWord(const VisiblePosition &c, EWordSide side)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 123 int32_t endOfWord;
125 for (endOfWord = boundary->next(); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = boundary->next()) {
128 for (int i = startOfWord + 1; i < endOfWord; i++)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.cpp     [all...]

Completed in 30 milliseconds