HomeSort by relevance Sort by last modified time
    Searched full:misspelling (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/manual-tests/
keep_spelling_markers.html 6 <li>repeatedly type cmd-; to advance to the next misspelling</li>
7 <li>confirm that you can wrap back to the first misspelling without hanging</li>
  /external/webkit/WebCore/platform/
ContextMenu.cpp 393 // is never considered a misspelling and bad grammar at the same time)
394 bool misspelling; local
396 Vector<String> guesses = frame->editor()->guessesForMisspelledOrUngrammaticalSelection(misspelling, badGrammar);
397 if (misspelling || badGrammar) {
402 if (misspelling) {
417 if (misspelling) {
    [all...]