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

  /external/webkit/Source/WebCore/page/
EditorClient.h 163 AutocorrectionReverted
  /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);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 437 NSCorrectionResponse response = responseType == EditorClient::AutocorrectionReverted ? NSCorrectionResponseReverted : NSCorrectionResponseEdited;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm     [all...]

Completed in 91 milliseconds