Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditor.cpp1778 bool startedWithSelection = false; in advanceToNextMisspelling() local
1780 startedWithSelection = true; in advanceToNextMisspelling()
1804 startedWithSelection = false; // won't need to wrap in advanceToNextMisspelling()
1814 if (startedWithSelection) { in advanceToNextMisspelling()
1876 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) { in advanceToNextMisspelling()