HomeSort by relevance Sort by last modified time
    Searched refs:recordAutocorrectionResponse (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.h 44 static void recordAutocorrectionResponse(WebView*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
WebEditorClient.h 146 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String& replacementString);
CorrectionPanel.mm 113 void CorrectionPanel::recordAutocorrectionResponse(WebView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
WebEditorClient.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.h 45 static void recordAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String& replacementString);
CorrectionPanel.mm 120 void CorrectionPanel::recordAutocorrectionResponse(WKView* view, NSCorrectionResponse response, const String& replacedString, const String& replacementString)
  /external/webkit/Source/WebCore/page/
EditorClient.h 170 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h 116 virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String& replacementString);
PageClientImpl.mm 434 void PageClientImpl::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
438 CorrectionPanel::recordAutocorrectionResponse(m_wkView, response, replacedString, replacementString);
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 143 virtual void recordAutocorrectionResponse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String& replacementString) = 0;
WebPageProxy.h 699 void recordAutocorrectionResponse(int32_t responseType, const String& replacedString, const String& replacementString);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 271 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
432 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, replacedString, replacementString);
471 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, corrected, correction);
473 client()->recordAutocorrectionResponse(EditorClient::AutocorrectionEdited, corrected, correction);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 153 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String& replacementString);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 265 void WebEditorClient::recordAutocorrectionResponse(EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String& replacementString)
267 m_page->send(Messages::WebPageProxy::RecordAutocorrectionResponse(responseType, replacedString, replacementString));
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 530 virtual void recordAutocorrectionResponse(AutocorrectionResponseType, const String&, const String&) { }

Completed in 82 milliseconds