HomeSort by relevance Sort by last modified time
    Searched defs:getAutoCorrectSuggestionForMisspelledWord (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 128 String TextCheckerClientEnchant::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 436 String EditorClientHaiku::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 229 String EditorClientAndroid::getAutoCorrectSuggestionForMisspelledWord(const String&) { return String(); }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 463 String EditorClientEfl::getAutoCorrectSuggestionForMisspelledWord(const String&)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 461 String EditorClientWinCE::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 548 String EditorClientWx::getAutoCorrectSuggestionForMisspelledWord(const WTF::String&)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 399 String WebEditorClient::getAutoCorrectSuggestionForMisspelledWord(const String&)
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 881 String EditorClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 598 String EditorClientQt::getAutoCorrectSuggestionForMisspelledWord(const String&)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 659 String WebEditorClient::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 419 virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) { return String(); }

Completed in 286 milliseconds