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

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 41 // On some platforms, this prevents the text from being autocorrected again. On post Snow Leopard Mac OS X,
53 Autocorrected = 1 << 6,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 58 markerTypesForAutoCorrection.append(DocumentMarker::Autocorrected);
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
277 markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
370 // When user moves caret to the end of autocorrected word and pauses, we show the panel
442 changedRange->startContainer()->document()->markers()->removeMarkers(changedRange.get(), DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
452 if (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected)
464 Vector<DocumentMarker> correctedOnceMarkers = markers->markersInRange(rangeOfCorrection, DocumentMarker::Autocorrected);
474 markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);

Completed in 25 milliseconds