Searched defs:misspelled (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextCheckingHelper.cpp197 // Compute range of misspelled word
207 // Store marker for misspelled word.
510 Vector<String> TextCheckingHelper::guessesForMisspelledOrUngrammaticalRange(bool checkGrammar, bool& misspelled, bool& ungrammatical) const argument
515 misspelled = false;
537 misspelled = true;
567 UNUSED_PARAM(misspelled);
H A DEditor.cpp1765 // Search for bad grammar that occurs prior to the next misspelled word (if any)
1768 // Stop looking at start of next misspelled word
1779 // If we found neither bad grammar nor a misspelled word, wrap and try again (but don't bother if we started at the beginning of the
1802 // Stop looking at start of next misspelled word
1816 // We found bad grammar. Since we only searched for bad grammar up to the first misspelled word, the bad grammar
1817 // takes precedence and we ignore any potential misspelled word. Select the grammar detail, update the spelling
1857 // The selection only counts as misspelled if the selected text is exactly one misspelled word
1903 Vector<String> Editor::guessesForMisspelledOrUngrammaticalSelection(bool& misspelled, bool& ungrammatical) argument
1906 return TextCheckingHelper(client(), frame()->selection()->toNormalizedRange()).guessesForMisspelledOrUngrammaticalRange(isGrammarCheckingEnabled(), misspelled, ungrammatica
[all...]

Completed in 169 milliseconds