Searched refs:oldAdjacentWords (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp3173 VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary)); local
3174 if (oldAdjacentWords != newAdjacentWords) {
3177 markMisspellingsAndBadGrammar(oldAdjacentWords, oldSelectedSentence != newSelectedSentence, oldSelectedSentence);
3179 markMisspellingsAndBadGrammar(oldAdjacentWords, false, oldAdjacentWords);

Completed in 39 milliseconds