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

/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h98 virtual void learnWord(const String&);
H A DEditorClientAndroid.cpp251 void EditorClientAndroid::learnWord(String const&) {} function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h100 virtual void learnWord(const String&);
H A DEditorClientHaiku.cpp421 void EditorClientHaiku::learnWord(const String&) function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h99 virtual void learnWord(const String&);
H A DEditorClientQt.cpp557 void EditorClientQt::learnWord(const String&) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h102 virtual void learnWord(const WebCore::String&);
H A DWebEditorClient.cpp633 void WebEditorClient::learnWord(const String& word) function in class:WebEditorClient
639 ed->learnWord(BString(word));
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h103 virtual void learnWord(const String&);
H A DEditorClientWx.cpp495 void EditorClientWx::learnWord(const String&) function in class:WebCore::EditorClientWx
/external/webkit/WebCore/page/
H A DEditorClient.h167 virtual void learnWord(const String&) = 0;
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.h96 virtual void learnWord(const WebCore::String&);
H A DEditorClientImpl.cpp828 void EditorClientImpl::learnWord(const String&) function in class:WebKit::EditorClientImpl
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h110 virtual void learnWord(const WebCore::String&);
H A DEditorClientGtk.cpp583 void EditorClient::learnWord(const String& text) function in class:WebKit::EditorClient
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h120 virtual void learnWord(const WebCore::String&);
H A DWebEditorClient.mm78 - (void)learnWord:(NSString *)word;
631 void WebEditorClient::learnWord(const String& text)
633 [[NSSpellChecker sharedSpellChecker] learnWord:text];
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.h122 virtual HRESULT STDMETHODCALLTYPE learnWord( function
/external/webkit/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl178 HRESULT learnWord([in] BSTR word);
/external/webkit/WebCore/loader/
H A DEmptyClients.h419 virtual void learnWord(const String&) { } function in class:WebCore::EmptyEditorClient
/external/webkit/WebCore/editing/
H A DEditor.cpp1500 client()->learnWord(text);
/external/webkit/WebKit/mac/WebView/
H A DWebHTMLView.mm236 - (void)learnWord:(NSString *)word;

Completed in 121 milliseconds