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

/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp430 void SpellingCorrectionController::recordAutocorrectionResponseReversed(const String& replacedString, const String& replacementString) function in class:WebCore::SpellingCorrectionController
435 void SpellingCorrectionController::recordAutocorrectionResponseReversed(const String& replacedString, PassRefPtr<Range> replacementRange) function in class:WebCore::SpellingCorrectionController
437 recordAutocorrectionResponseReversed(replacedString, plainText(replacementRange.get()));

Completed in 34 milliseconds