#include <TextCheckingHelper.h>
◆ TextCheckingHelper()
◆ ~TextCheckingHelper()
WebCore::TextCheckingHelper::~TextCheckingHelper |
( |
| ) |
|
◆ findFirstMisspelling()
String WebCore::TextCheckingHelper::findFirstMisspelling |
( |
int & |
firstMisspellingOffset, |
|
|
bool |
markAll, |
|
|
RefPtr< Range > & |
firstMisspellingRange |
|
) |
| |
◆ findFirstMisspellingOrBadGrammar()
String WebCore::TextCheckingHelper::findFirstMisspellingOrBadGrammar |
( |
bool |
checkGrammar, |
|
|
bool & |
outIsSpelling, |
|
|
int & |
outFirstFoundOffset, |
|
|
GrammarDetail & |
outGrammarDetail |
|
) |
| |
◆ guessesForMisspelledOrUngrammaticalRange()
Vector< String > WebCore::TextCheckingHelper::guessesForMisspelledOrUngrammaticalRange |
( |
bool |
checkGrammar, |
|
|
bool & |
misspelled, |
|
|
bool & |
ungrammatical |
|
) |
| const |
◆ markAllMisspellings()
void WebCore::TextCheckingHelper::markAllMisspellings |
( |
RefPtr< Range > & |
firstMisspellingRange | ) |
|
The documentation for this class was generated from the following files: