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

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 51 RejectedCorrection = 1 << 5,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 342 replacedRange->startContainer()->document()->markers()->addMarker(replacedRange, DocumentMarker::RejectedCorrection, m_correctionPanelInfo.replacedString);
Editor.cpp     [all...]

Completed in 37 milliseconds