Searched defs:textChecker (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h101 TextCheckerClient* textChecker() { return this; } function in class:WebEditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h114 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebEditorClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h105 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h118 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h131 TextCheckerClient* textChecker() { return this; } function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h118 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h115 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h120 virtual TextCheckerClient* textChecker() { return this; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h113 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.cpp38 static WebTextChecker* textChecker = adoptRef(new WebTextChecker).leakRef(); local
39 return textChecker;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h119 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h130 virtual WebCore::TextCheckerClient* textChecker() { return &m_textCheckerClient; } function in class:WebKit::EditorClient
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp307 textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions);
423 TextCheckerClient* SpellingCorrectionController::textChecker() function in class:WebCore::SpellingCorrectionController
426 return owner->textChecker();
H A DEditor.cpp138 TextCheckerClient* Editor::textChecker() const function in class:WebCore::Editor
141 return owner->textChecker();
1654 textChecker()->ignoreWordInSpellDocument(text);
1670 textChecker()->learnWord(text);
1855 textChecker()->checkSpellingOfString(selectedString.characters(), length, &misspellingLocation, &misspellingLength);
1899 textChecker()->getGuessesForWord(selectedString, String(), guesses);
2021 String autocorrectedString = textChecker()->getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
2168 textChecker()->checkTextOfParagraph(grammarParagraph.textCharacters(), grammarParagraph.textLength(),
2171 textChecker()->checkTextOfParagraph(spellingParagraph.textCharacters(), spellingParagraph.textLength(),
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h520 TextCheckerClient* textChecker() { return &m_textCheckerClient; } function in class:WebCore::EmptyEditorClient

Completed in 509 milliseconds