Home
last modified time | relevance | path

Searched refs:selectionOffset (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.cpp2138 int selectionOffset = 0; in markAllMisspellingsAndBadGrammarInRanges() local
2156 selectionOffset = offset; in markAllMisspellingsAndBadGrammarInRanges()
2158 …if (selectionOffset > 0 && (selectionOffset > spellingParagraph.textLength() || spellingParagraph.… in markAllMisspellingsAndBadGrammarInRanges()
2160 … (selectionOffset > 0 && selectionOffset <= spellingParagraph.textLength() && isAmbiguousBoundaryC… in markAllMisspellingsAndBadGrammarInRanges()
2161 ambiguousBoundaryOffset = selectionOffset - 1; in markAllMisspellingsAndBadGrammarInRanges()
2232 … if (result->type == TextCheckingTypeLink && selectionOffset > resultLocation + resultLength + 1) in markAllMisspellingsAndBadGrammarInRanges()
2289 if (resultLocation < selectionOffset) { in markAllMisspellingsAndBadGrammarInRanges()
2290 selectionOffset += replacementLength - resultLength; in markAllMisspellingsAndBadGrammarInRanges()
2292 ambiguousBoundaryOffset = selectionOffset - 1; in markAllMisspellingsAndBadGrammarInRanges()
2305 …if (restoreSelectionAfterChange && selectionOffset >= 0 && selectionOffset <= spellingParagraph.ra… in markAllMisspellingsAndBadGrammarInRanges()
[all …]