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

12

/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitspellcheckerenchant.cpp113 static void learnWord(WebKitSpellChecker* checker, const char* word) function
116 priv->textCheckerEnchant->learnWord(String::fromUTF8(word));
131 checkerInterface->learn_word = learnWord;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitTextChecker.cpp72 toTextChecker(clientInfo)->learnWord(toImpl(word)->string());
121 void WebKitTextChecker::learnWord(const String& word) function in class:WebKitTextChecker
123 m_textChecker->learnWord(word);
H A DWebKitTextChecker.h44 void learnWord(const String& word);
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCheckerClient.h46 virtual void learnWord(const String&) = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/enchant/
H A DTextCheckerEnchant.h42 void learnWord(const String&);
H A DTextCheckerEnchant.cpp60 void TextCheckerEnchant::learnWord(const String& word) function in class:WebCore::TextCheckerEnchant
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.h47 virtual void learnWord(const WTF::String&);
H A DTextCheckerClientGtk.cpp57 void TextCheckerClientGtk::learnWord(const String& text) function in class:WebKit::TextCheckerClientGtk
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.h46 virtual void learnWord(const String&);
H A DTextCheckerClientQt.cpp63 void TextCheckerClientQt::learnWord(const String& word) function in class:WebCore::TextCheckerClientQt
68 m_spellChecker->learnWord(word);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebTextCheckerClient.cpp159 void WebTextCheckerClient::learnWord(uint64_t tag, const String& word) function in class:WebKit::WebTextCheckerClient
161 if (!m_client.learnWord)
164 m_client.learnWord(tag, toAPI(word.impl()), m_client.clientInfo);
H A DTextChecker.h79 static void learnWord(int64_t spellDocumentTag, const String& word);
H A DWebTextCheckerClient.h55 void learnWord(uint64_t tag, const String& word);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DTextCheckerQt.cpp119 void TextChecker::learnWord(int64_t, const String&) function in class:WebKit::TextChecker
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DTextCheckerGtk.cpp131 void TextChecker::learnWord(int64_t spellDocumentTag, const String& word) function in class:WebKit::TextChecker
133 WebTextChecker::shared()->client().learnWord(spellDocumentTag, word);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKTextChecker.h70 WKTextCheckerLearnWord learnWord; member in struct:WKTextCheckerClient
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerEfl.cpp244 void TextChecker::learnWord(int64_t spellDocumentTag, const String& word) function in class:WebKit::TextChecker
247 WebTextChecker::shared()->client().learnWord(spellDocumentTag, word);
H A DTextCheckerClientEfl.cpp200 textCheckerClient->m_textCheckerEnchant->learnWord(toWTFString(word));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h85 virtual void learnWord(const String&);
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h139 virtual void learnWord(const String&);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebkitplatformplugin.h154 virtual void learnWord(const QString& word) = 0;
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h154 virtual void learnWord(const QString& word) = 0;
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h104 virtual void learnWord(const WTF::String&);
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h96 virtual void learnWord(const WTF::String&);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebEditingDelegate.idl178 HRESULT learnWord([in] BSTR word);

Completed in 369 milliseconds

12