Searched defs:misspelledWord (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.cpp71 String TextCheckerClientQt::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebTextCheckerClient.cpp132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) argument
H A DWebPageProxy.cpp3484 void WebPageProxy::updateSpellingUIWithMisspelledWord(const String& misspelledWord) argument
3486 TextChecker::updateSpellingUIWithMisspelledWord(spellDocumentTag(), misspelledWord); local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DTextCheckerGtk.cpp116 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.cpp299 String misspelledWord; local
582 String misspelledWord = paragraph.checkingSubstring(); local
H A DEditor.cpp1702 String misspelledWord; local
1912 String misspelledWord = behavior().shouldAllowSpellingSuggestionsWithoutSelection() ? misspelledWordAtCaretOrRange(m_frame->document()->focusedElement()) : misspelledSelectionString(); local
2014 const String misspelledWord = plainText(misspellingRange.get()); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp472 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord) argument

Completed in 329 milliseconds