Searched refs:ungrammatical (Results 1 - 2 of 2) sorted by relevance
/external/webkit/WebCore/editing/ |
H A D | Editor.cpp | 2051 // Bad grammar, but start of detail (e.g. ungrammatical word) doesn't match start of range 2104 static Vector<String> guessesForMisspelledOrUngrammaticalRange(EditorClient* client, Range *range, bool checkGrammar, bool& misspelled, bool& ungrammatical) argument 2109 ungrammatical = false; 2153 ungrammatical = true; 2164 Vector<String> Editor::guessesForMisspelledOrUngrammaticalSelection(bool& misspelled, bool& ungrammatical) argument 2167 return guessesForMisspelledOrUngrammaticalRange(client(), frame()->selection()->toNormalizedRange().get(), isGrammarCheckingEnabled(), misspelled, ungrammatical); 2171 ungrammatical = false; 2175 ungrammatical = true; 2178 ungrammatical = false;
|
H A D | Editor.h | 198 Vector<String> guessesForMisspelledOrUngrammaticalSelection(bool& misspelled, bool& ungrammatical);
|
Completed in 58 milliseconds