Home
last modified time | relevance | path

Searched refs:SpellCheckingExemption (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentMarker.h55 SpellCheckingExemption = 1 << 7, enumerator
77 … | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption) in AllMarkers()
/external/webkit/Source/WebCore/editing/
DSpellingCorrectionController.cpp57 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()
DEditor.cpp2435 …Spelling | DocumentMarker::CorrectionIndicator | DocumentMarker::SpellCheckingExemption, DocumentM… in updateMarkersForWordsAffectedByEditing()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-168814 1. Add a new marker type, SpellCheckingExemption, since now we distingusish between text
8831 * dom/DocumentMarker.h: Added new marker type SpellCheckingExemption.
8848 … (WebCore::markerTypesForAutocorrection): Add SpellCheckingExemption marker when apply correction.
8859 text carries SpellCheckingExemption marker.