HomeSort by relevance Sort by last modified time
    Searched refs:SpellCheckingExemption (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 55 SpellCheckingExemption = 1 << 7,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 57 markerTypesForAutoCorrection.append(DocumentMarker::SpellCheckingExemption);
68 markerTypesForReplacement.append(DocumentMarker::SpellCheckingExemption);
151 return !m_frame->document()->markers()->hasMarkers(misspellingRange.get(), DocumentMarker::SpellCheckingExemption);
279 markers->addMarker(range.get(), DocumentMarker::SpellCheckingExemption);
443 changedRange->startContainer()->document()->markers()->addMarker(changedRange.get(), DocumentMarker::SpellCheckingExemption);
Editor.cpp     [all...]

Completed in 43 milliseconds