webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::TextCheckingHelper Class Reference

#include <TextCheckingHelper.h>

Public Member Functions

 TextCheckingHelper (EditorClient *, PassRefPtr< Range >)
 
 ~TextCheckingHelper ()
 
String findFirstMisspelling (int &firstMisspellingOffset, bool markAll, RefPtr< Range > &firstMisspellingRange)
 
String findFirstMisspellingOrBadGrammar (bool checkGrammar, bool &outIsSpelling, int &outFirstFoundOffset, GrammarDetail &outGrammarDetail)
 
void markAllMisspellings (RefPtr< Range > &firstMisspellingRange)
 
Vector< StringguessesForMisspelledOrUngrammaticalRange (bool checkGrammar, bool &misspelled, bool &ungrammatical) const
 

Constructor & Destructor Documentation

◆ TextCheckingHelper()

WebCore::TextCheckingHelper::TextCheckingHelper ( EditorClient client,
PassRefPtr< Range range 
)

◆ ~TextCheckingHelper()

WebCore::TextCheckingHelper::~TextCheckingHelper ( )

Member Function Documentation

◆ 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: