TextCheckingType 259 Source/core/loader/EmptyClients.h virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; } TextCheckingType 43 Source/platform/text/TextCheckerClient.h virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0; TextCheckingType 92 Source/platform/text/TextChecking.h bool maskContains(TextCheckingType type) const { return m_mask & type; } TextCheckingType 123 Source/web/SpellCheckerClientImpl.cpp bool SpellCheckerClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const TextCheckingType 54 Source/web/SpellCheckerClientImpl.h virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;