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

  /external/webkit/Source/WebCore/editing/
visible_units.cpp 268 VisiblePosition endOfWord(const VisiblePosition &c, EWordSide side)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 115 int32_t endOfWord;
117 for (endOfWord = textBreakNext(boundary); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = textBreakNext(boundary)) {
120 for (int i = startOfWord + 1; i < endOfWord; i++)
    [all...]

Completed in 182 milliseconds