Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:recordAutocorrectionResponse

903 void WebEditorClient::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
906 CorrectionPanel::recordAutocorrectionResponse(m_webView, response, replacedString, replacementString);