Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp174 bool startedWithSelection = false; in advanceToNextMisspelling() local
176 startedWithSelection = true; in advanceToNextMisspelling()
200 startedWithSelection = false; // won't need to wrap in advanceToNextMisspelling()
210 if (startedWithSelection) { in advanceToNextMisspelling()
265 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) { in advanceToNextMisspelling()