/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
H A D | WebEditorClient.h | 101 TextCheckerClient* textChecker() { return this; } function in class:WebEditorClient
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
H A D | WebEditorClient.h | 114 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebEditorClient
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
H A D | EditorClientWinCE.h | 105 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
H A D | EditorClientWx.h | 118 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientWx
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
H A D | WebEditorClient.h | 131 TextCheckerClient* textChecker() { return this; } function in class:WebKit::WebEditorClient
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
H A D | EditorClientEfl.h | 118 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
H A D | EditorClientHaiku.h | 115 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
H A D | EditorClientAndroid.h | 120 virtual TextCheckerClient* textChecker() { return this; } function in class:android::EditorClientAndroid
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
H A D | EditorClientQt.h | 113 virtual TextCheckerClient* textChecker() { return this; } function in class:WebCore::EditorClientQt
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
H A D | WebTextChecker.cpp | 38 static WebTextChecker* textChecker = adoptRef(new WebTextChecker).leakRef(); local 39 return textChecker;
|
/external/webkit/Source/WebKit/chromium/src/ |
H A D | EditorClientImpl.h | 119 virtual WebCore::TextCheckerClient* textChecker() { return this; } function in class:WebKit::EditorClientImpl
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
H A D | EditorClientGtk.h | 130 virtual WebCore::TextCheckerClient* textChecker() { return &m_textCheckerClient; } function in class:WebKit::EditorClient
|
/external/webkit/Source/WebCore/editing/ |
H A D | SpellingCorrectionController.cpp | 307 textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions); 423 TextCheckerClient* SpellingCorrectionController::textChecker() function in class:WebCore::SpellingCorrectionController 426 return owner->textChecker();
|
H A D | Editor.cpp | 138 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 D | EmptyClients.h | 520 TextCheckerClient* textChecker() { return &m_textCheckerClient; } function in class:WebCore::EmptyEditorClient
|