Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:recordAutocorrectionResponse

3050 void WebPageProxy::recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString)
3052 m_pageClient->recordAutocorrectionResponse((WebCore::EditorClient::AutocorrectionResponseType)responseType, replacedString, replacementString);