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

/macosx-10.9.5/WebKit-7537.78.2/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.9.5/WebKit2-7537.78.2/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)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DAlternativeTextClient.h67 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebAlternativeTextClient.h45 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString) OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/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.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.cpp322 client->recordAutocorrectionResponse(AutocorrectionReverted, corrected, correction);
535 client->recordAutocorrectionResponse(AutocorrectionReverted, replacedString, replacementString);
575 client->recordAutocorrectionResponse(AutocorrectionReverted, corrected, correction);
577 client->recordAutocorrectionResponse(AutocorrectionEdited, corrected, correction);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPageClientImpl.h138 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString);
H A DPageClientImpl.mm538 void PageClientImpl::recordAutocorrectionResponse(AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
541 CorrectionPanel::recordAutocorrectionResponse(m_wkView, response, replacedString, replacementString);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DPageClient.h208 virtual void recordAutocorrectionResponse(WebCore::AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
H A DWebPageProxy.h1028 void recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString);
H A DWebPageProxy.cpp4441 void WebPageProxy::recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString) function in class:WebKit::WebPageProxy
4443 m_pageClient->recordAutocorrectionResponse((AutocorrectionResponseType)responseType, replacedString, replacementString);

Completed in 293 milliseconds