Searched refs:Autocorrected (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentMarker.h53 Autocorrected = 1 << 6, enumerator in enum:WebCore::DocumentMarker::MarkerType
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
/external/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp58 markerTypesForAutoCorrection.append(DocumentMarker::Autocorrected);
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
277 markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
442 changedRange->startContainer()->document()->markers()->removeMarkers(changedRange.get(), DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
452 if (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)
464 Vector<DocumentMarker> correctedOnceMarkers = markers->markersInRange(rangeOfCorrection, DocumentMarker::Autocorrected);
474 markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);

Completed in 83 milliseconds