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

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 45 // correction. Text with Replacement marker doesn't necessarily has CorrectionIndicator
47 // and CorrectionIndicator. However, if user further modifies such text, we would remove
48 // CorrectionIndicator marker, but retain Replacement marker.
49 CorrectionIndicator = 1 << 4,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 56 markerTypesForAutoCorrection.append(DocumentMarker::CorrectionIndicator);
415 m_frame->document()->markers()->removeMarkers(DocumentMarker::CorrectionIndicator);
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]

Completed in 128 milliseconds