/external/webkit/Source/WebKit2/UIProcess/win/ |
TextCheckerWin.cpp | 130 void TextChecker::learnWord(int64_t spellDocumentTag, const String& word) 132 WebTextChecker::shared()->client().learnWord(spellDocumentTag, word);
|
WebTextCheckerClient.cpp | 159 void WebTextCheckerClient::learnWord(uint64_t tag, const String& word) 161 if (!m_client.learnWord) 164 m_client.learnWord(tag, toAPI(word.impl()), m_client.clientInfo);
|
WebTextCheckerClient.h | 55 void learnWord(uint64_t tag, const String& word);
|
/external/webkit/Source/WebCore/platform/text/ |
TextCheckerClient.h | 61 virtual void learnWord(const String&) = 0;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
TextCheckerClientEnchant.h | 47 virtual void learnWord(const WTF::String&);
|
TextCheckerClientEnchant.cpp | 63 void TextCheckerClientEnchant::learnWord(const String& text)
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
WKTextChecker.h | 70 WKTextCheckerLearnWord learnWord;
|
/external/webkit/Source/WebKit2/UIProcess/ |
TextChecker.h | 74 static void learnWord(int64_t spellDocumentTag, const String& word);
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
TextCheckerGtk.cpp | 108 void TextChecker::learnWord(int64_t, const String&)
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
TextCheckerQt.cpp | 109 void TextChecker::learnWord(int64_t, const String&)
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
EditorClientAndroid.h | 107 virtual void learnWord(const String&);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
EditorClientEfl.h | 106 virtual void learnWord(const String&);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
EditorClientHaiku.h | 101 virtual void learnWord(const String&);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
EditorClientQt.h | 101 virtual void learnWord(const String&);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
EditorClientWx.h | 105 virtual void learnWord(const String&);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
OpenWnnEngineJAJP.java | 505 ret = dict.learnWord(wd, mPreviousWord); 507 ret = dict.learnWord(wd); 516 ret = dict.learnWord(word, mPreviousWord); 518 ret = dict.learnWord(word);
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
TextCheckerMac.mm | 382 void TextChecker::learnWord(int64_t, const String& word) 384 [[NSSpellChecker sharedSpellChecker] learnWord:word];
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebEditorClient.cpp | 383 void WebEditorClient::learnWord(const String& word) 385 m_page->send(Messages::WebPageProxy::LearnWord(word));
|
WebEditorClient.h | 134 virtual void learnWord(const String&);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebEditorClient.h | 129 virtual void learnWord(const WTF::String&);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebEditingDelegate.idl | 178 HRESULT learnWord([in] BSTR word);
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebEditorClient.h | 101 virtual void learnWord(const WTF::String&);
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
EditorClientWinCE.h | 93 virtual void learnWord(const WTF::String&);
|
/external/webkit/Tools/DumpRenderTree/win/ |
EditingDelegate.h | 122 virtual HRESULT STDMETHODCALLTYPE learnWord(
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 349 public int learnWord( WnnWord word ); 358 public int learnWord( WnnWord word, WnnWord previousWord );
|