removeCharacters  241 Source/core/html/forms/EmailInputType.cpp     String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak);
removeCharacters  413 Source/core/html/forms/TextFieldInputType.cpp     return limitLength(proposedValue.removeCharacters(isASCIILineBreak), HTMLInputElement::maximumLength);
removeCharacters   76 Source/core/html/parser/XSSAuditor.cpp     return string.removeCharacters(&isNonCanonicalCharacter);
removeCharacters   49 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp     name = name.removeCharacters(&isInvalidFileCharacter);
removeCharacters   50 Source/platform/clipboard/ClipboardUtilitiesPosix.cpp     extension = extension.removeCharacters(&isInvalidFileCharacter);
removeCharacters   63 Source/platform/clipboard/ClipboardUtilitiesWin.cpp     name = name.removeCharacters(&isInvalidFileCharacter);
removeCharacters   64 Source/platform/clipboard/ClipboardUtilitiesWin.cpp     extension = extension.removeCharacters(&isInvalidFileCharacter);
removeCharacters  629 Source/platform/network/ResourceResponse.cpp     const String safeHeader = header.removeCharacters(isControlCharacter);
removeCharacters  935 Source/wtf/text/StringImpl.cpp         return removeCharacters(characters8(), findMatch);
removeCharacters  936 Source/wtf/text/StringImpl.cpp     return removeCharacters(characters16(), findMatch);
removeCharacters  357 Source/wtf/text/StringImpl.h     PassRefPtr<StringImpl> removeCharacters(CharacterMatchFunctionPtr);
removeCharacters  359 Source/wtf/text/StringImpl.h     ALWAYS_INLINE PassRefPtr<StringImpl> removeCharacters(const CharType* characters, CharacterMatchFunctionPtr);
removeCharacters  412 Source/wtf/text/WTFString.cpp     return m_impl->removeCharacters(findMatch);
removeCharacters  337 Source/wtf/text/WTFString.h     String removeCharacters(CharacterMatchFunctionPtr) const;