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

12

  /external/webkit/Source/WebKit2/UIProcess/mac/
TextCheckerMac.mm 363 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 307 textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions);
TextCheckingHelper.cpp 535 m_client->textChecker()->getGuessesForWord(misspelledWord, String(), guesses);
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 761 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 656 void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm     [all...]

Completed in 415 milliseconds

12