Home
last modified time | relevance | path

Searched refs:Autocorrected (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentMarker.h53 Autocorrected = 1 << 6, enumerator
77 … TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckin… in AllMarkers()
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp58 markerTypesForAutoCorrection.append(DocumentMarker::Autocorrected); in markerTypesForAutocorrection()
242 …sion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)) in applyCorrectionPanelInfo()
277 …markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, Docu… in respondToUnappliedSpellCorrection()
442 …ument()->markers()->removeMarkers(changedRange.get(), DocumentMarker::Autocorrected, DocumentMarke… in markReversed()
452 … if (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected) in markCorrection()
464 …> correctedOnceMarkers = markers->markersInRange(rangeOfCorrection, DocumentMarker::Autocorrected); in recordSpellcheckerResponseForModifiedCorrection()
474 …markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController:… in recordSpellcheckerResponseForModifiedCorrection()
/external/webkit/Source/WebCore/
DChangeLog28554 marker type "Autocorrected". We also need to be able to check for correction, even when we