HomeSort by relevance Sort by last modified time
    Searched refs:learnWord (Results 26 - 43 of 43) sorted by null

12

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 426 void EditorClientHaiku::learnWord(const String&)
  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 382 void TextChecker::learnWord(int64_t, const String& word)
384 [[NSSpellChecker sharedSpellChecker] learnWord:word];
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 314 return ( mDictionary.learnWord(word) == 0 );
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 637 void WebEditorClient::learnWord(const String& word)
643 ed->learnWord(BString(word));
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 453 void EditorClientEfl::learnWord(const String&)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 451 void EditorClientWinCE::learnWord(const String& text)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 507 void EditorClientWx::learnWord(const String&)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java     [all...]
OpenWnnJAJP.java     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 97 - (void)learnWord:(NSString *)word;
720 void WebEditorClient::learnWord(const String& text)
722 [[NSSpellChecker sharedSpellChecker] learnWord:text];
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 417 virtual void learnWord(const String&) { }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 588 void EditorClientQt::learnWord(const String&)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 383 void WebEditorClient::learnWord(const String& word)
385 m_page->send(Messages::WebPageProxy::LearnWord(word));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 845 void EditorClientImpl::learnWord(const String&)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 657 void learnWord(const String& word);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 336 - (void)learnWord:(NSString *)word;
    [all...]

Completed in 377 milliseconds

12