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

  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.h 56 enum RemovePartiallyOverlappingMarkerOrNot { DoNotRemovePartiallyOverlappingMarker, RemovePartiallyOverlappingMarker };
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 277 markers->removeMarkers(range.get(), DocumentMarker::Spelling | DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
442 changedRange->startContainer()->document()->markers()->removeMarkers(changedRange.get(), DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
474 markers->removeMarkers(rangeOfCorrection, DocumentMarker::Autocorrected, DocumentMarkerController::RemovePartiallyOverlappingMarker);
Editor.cpp     [all...]

Completed in 29 milliseconds