Searched refs:SpellCheckingExemption (Results 1 – 4 of 4) sorted by relevance
55 SpellCheckingExemption = 1 << 7, enumerator77 … | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption) in AllMarkers()
57 markerTypesForAutoCorrection.append(DocumentMarker::SpellCheckingExemption); in markerTypesForAutocorrection()68 markerTypesForReplacement.append(DocumentMarker::SpellCheckingExemption); in markerTypesForReplacement()151 …>document()->markers()->hasMarkers(misspellingRange.get(), DocumentMarker::SpellCheckingExemption); in isSpellingMarkerAllowed()279 markers->addMarker(range.get(), DocumentMarker::SpellCheckingExemption); in respondToUnappliedSpellCorrection()443 …er()->document()->markers()->addMarker(changedRange.get(), DocumentMarker::SpellCheckingExemption); in markReversed()
2435 …Spelling | DocumentMarker::CorrectionIndicator | DocumentMarker::SpellCheckingExemption, DocumentM… in updateMarkersForWordsAffectedByEditing()
8814 1. Add a new marker type, SpellCheckingExemption, since now we distingusish between text8831 * dom/DocumentMarker.h: Added new marker type SpellCheckingExemption.8848 … (WebCore::markerTypesForAutocorrection): Add SpellCheckingExemption marker when apply correction.8859 text carries SpellCheckingExemption marker.