Searched refs:didCheck (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSpellChecker.h51 void didCheck(int sequence, const Vector<TextCheckingResult>&);
H A DSpellChecker.cpp151 void SpellChecker::didCheck(int sequence, const Vector<TextCheckingResult>& results) function in class:WebCore::SpellChecker
/external/webkit/Source/WebKit/chromium/src/
H A DWebTextCheckingCompletionImpl.cpp67 m_spellChecker->didCheck(m_identifier, toCoreResults(results));
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.mm988 _sender->didCheck(_sequence, core(_results.get(), _types));

Completed in 135 milliseconds