Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.cpp2186 …bool resultEndsAtAmbiguousBoundary = ambiguousBoundaryOffset >= 0 && resultLocation + resultLength… in markAllMisspellingsAndBadGrammarInRanges() local
2193 …t() && resultLocation + resultLength <= spellingRangeEndOffset && !resultEndsAtAmbiguousBoundary) { in markAllMisspellingsAndBadGrammarInRanges()
2227 bool doReplacement = replacementLength > 0 && !resultEndsAtAmbiguousBoundary; in markAllMisspellingsAndBadGrammarInRanges()