Searched refs:DeletedAutocorrection (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarker.h65 DeletedAutocorrection = 1 << 8, enumerator in enum:WebCore::DocumentMarker::MarkerType
90 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption | DeletedAutocorrection | DictationAlternatives)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.cpp607 m_frame->document()->markers()->addMarker(precedingCharacterRange.get(), DocumentMarker::DeletedAutocorrection, m_originalStringForLastDeletedAutocorrection);
626 Vector<DocumentMarker*> markers = markerController->markersInRange(precedingCharacterRange.get(), DocumentMarker::DeletedAutocorrection);
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp220 else if (equalIgnoringCase(markerType, "DeletedAutocorrection"))
221 result = DocumentMarker::DeletedAutocorrection;

Completed in 297 milliseconds