Searched refs:textChecker (Results 1 - 22 of 22) sorted by relevance

/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/android/WebCoreSupport/
H A DEditorClientAndroid.h120 virtual TextCheckerClient* textChecker() { return this; } function in class:android::EditorClientAndroid
/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/qt/WebCoreSupport/
H A DEditorClientQt.h113 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h118 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientWx
/external/webkit/Source/WebCore/editing/
H A DTextCheckingHelper.cpp183 m_client->textChecker()->checkSpellingOfString(chars, len, &misspellingLocation, &misspellingLength);
278 m_client->textChecker()->checkTextOfParagraph(paragraphString.characters(), paragraphString.length(), checkingTypes, results);
426 m_client->textChecker()->checkGrammarOfString(paragraph.textCharacters() + startOffset, paragraph.textLength() - startOffset, grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
528 m_client->textChecker()->checkTextOfParagraph(paragraph.textCharacters(), paragraph.textLength(), checkingTypes, results);
535 m_client->textChecker()->getGuessesForWord(misspelledWord, String(), guesses);
H A DSpellChecker.cpp62 return page->editorClient()->textChecker();
H A DSpellingCorrectionController.h130 TextCheckerClient* textChecker();
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(),
H A DEditor.h88 TextCheckerClient* textChecker() const;
/external/webkit/Source/WebCore/page/
H A DEditorClient.h159 virtual TextCheckerClient* textChecker() = 0;
/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/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/mac/WebCoreSupport/
H A DWebEditorClient.h101 TextCheckerClient* textChecker() { return this; } function in class:WebEditorClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h131 TextCheckerClient* textChecker() { return this; } function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h520 TextCheckerClient* textChecker() { return &m_textCheckerClient; } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebCore/accessibility/mac/
H A DAccessibilityObjectWrapper.mm485 TextCheckerClient* checker = node->document()->frame()->editor()->textChecker();
501 TextCheckerClient* checker = node->document()->frame()->editor()->textChecker();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3341 static_cast<WebKit::TextCheckerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage(defaultSpellCheckingLanguages);
3468 static_cast<WebKit::TextCheckerClientEnchant*>(client->textChecker())->updateSpellCheckingLanguage(g_value_get_string(&value));

Completed in 388 milliseconds