Searched refs:recordAutocorrectionResponse (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebAlternativeTextClient.mm65 void WebAlternativeTextClient::recordAutocorrectionResponse(AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
68 CorrectionPanel::recordAutocorrectionResponse(m_webView, response, replacedString, replacementString);
H A DCorrectionPanel.h44 static void recordAutocorrectionResponse(WebView*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
H A DWebAlternativeTextClient.h44 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString) override;
H A DCorrectionPanel.mm102 void CorrectionPanel::recordAutocorrectionResponse(WebView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
/macosx-10.10/WebCore-7600.1.25/page/
H A DAlternativeTextClient.h67 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DCorrectionPanel.h47 static void recordAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
H A DCorrectionPanel.mm110 void CorrectionPanel::recordAutocorrectionResponse(WKView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
H A DPageClientImpl.h145 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString);
H A DPageClientImpl.mm575 void PageClientImpl::recordAutocorrectionResponse(AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
578 CorrectionPanel::recordAutocorrectionResponse(m_wkView, response, replacedString, replacementString);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebAlternativeTextClient.h45 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString) override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebAlternativeTextClient.cpp72 void WebAlternativeTextClient::recordAutocorrectionResponse(AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString) function in class:WebKit::WebAlternativeTextClient
/macosx-10.10/WebCore-7600.1.25/editing/
H A DAlternativeTextController.cpp318 client->recordAutocorrectionResponse(AutocorrectionReverted, corrected, correction);
525 client->recordAutocorrectionResponse(AutocorrectionReverted, replacedString, replacementString);
565 client->recordAutocorrectionResponse(AutocorrectionReverted, corrected, correction);
567 client->recordAutocorrectionResponse(AutocorrectionEdited, corrected, correction);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageClient.h230 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
H A DWebPageProxy.h1208 void recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString);
H A DWebPageProxy.cpp4952 void WebPageProxy::recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString) function in class:WebKit::WebPageProxy
4954 m_pageClient.recordAutocorrectionResponse((AutocorrectionResponseType)responseType, replacedString, replacementString);

Completed in 134 milliseconds