shouldEraseMarkersAfterChangeSelection  629 Source/core/editing/SpellChecker.cpp     if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))
shouldEraseMarkersAfterChangeSelection  742 Source/core/editing/SpellChecker.cpp         if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) {
shouldEraseMarkersAfterChangeSelection  746 Source/core/editing/SpellChecker.cpp         if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) {
shouldEraseMarkersAfterChangeSelection  259 Source/core/loader/EmptyClients.h     virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }
shouldEraseMarkersAfterChangeSelection   43 Source/platform/text/TextCheckerClient.h     virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
shouldEraseMarkersAfterChangeSelection   54 Source/web/SpellCheckerClientImpl.h     virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;