TextCodec        4142 Source/core/dom/Document.cpp         OwnPtr<TextCodec> codec = newTextCodec(newData.encoding());
TextCodec          57 Source/core/html/parser/HTMLMetaCharsetParser.h     OwnPtr<TextCodec> m_assumedCodec;
TextCodec          89 Source/core/html/parser/TextResourceDecoder.h     OwnPtr<TextCodec> m_codec;
TextCodec          62 Source/modules/encoding/TextDecoder.h     OwnPtr<WTF::TextCodec> m_codec;
TextCodec          62 Source/modules/encoding/TextEncoder.h     OwnPtr<WTF::TextCodec> m_codec;
TextCodec          34 Source/wtf/text/TextCodec.cpp TextCodec::~TextCodec()
TextCodec          38 Source/wtf/text/TextCodec.cpp int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
TextCodec          75 Source/wtf/text/TextCodec.h class TextCodec {
TextCodec          76 Source/wtf/text/TextCodec.h     WTF_MAKE_NONCOPYABLE(TextCodec); WTF_MAKE_FAST_ALLOCATED;
TextCodec          78 Source/wtf/text/TextCodec.h     TextCodec() { }
TextCodec          79 Source/wtf/text/TextCodec.h     virtual ~TextCodec();
TextCodec         104 Source/wtf/text/TextCodec.h using WTF::TextCodec;
TextCodec          57 Source/wtf/text/TextCodecICU.cpp PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*)
TextCodec         405 Source/wtf/text/TextCodecICU.cpp         int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity);
TextCodec          40 Source/wtf/text/TextCodecICU.h class TextCodecICU FINAL : public TextCodec {
TextCodec          49 Source/wtf/text/TextCodecICU.h     static PassOwnPtr<TextCodec> create(const TextEncoding&, const void*);
TextCodec         107 Source/wtf/text/TextCodecLatin1.cpp static PassOwnPtr<TextCodec> newStreamingTextDecoderWindowsLatin1(const TextEncoding&, const void*)
TextCodec         234 Source/wtf/text/TextCodecLatin1.cpp             int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
TextCodec          33 Source/wtf/text/TextCodecLatin1.h class TextCodecLatin1 FINAL : public TextCodec {
TextCodec          54 Source/wtf/text/TextCodecUTF16.cpp static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16LE(const TextEncoding&, const void*)
TextCodec          59 Source/wtf/text/TextCodecUTF16.cpp static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16BE(const TextEncoding&, const void*)
TextCodec          33 Source/wtf/text/TextCodecUTF16.h     class TextCodecUTF16 FINAL : public TextCodec {
TextCodec          42 Source/wtf/text/TextCodecUTF8.cpp PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*)
TextCodec          33 Source/wtf/text/TextCodecUTF8.h class TextCodecUTF8 FINAL : public TextCodec {
TextCodec          39 Source/wtf/text/TextCodecUTF8.h     static PassOwnPtr<TextCodec> create(const TextEncoding&, const void*);
TextCodec          49 Source/wtf/text/TextCodecUTF8Test.cpp     OwnPtr<TextCodec> codec(newTextCodec(encoding));
TextCodec          66 Source/wtf/text/TextCodecUTF8Test.cpp     OwnPtr<TextCodec> codec(newTextCodec(encoding));
TextCodec          83 Source/wtf/text/TextCodecUTF8Test.cpp     OwnPtr<TextCodec> codec(newTextCodec(encoding));
TextCodec          42 Source/wtf/text/TextCodecUserDefined.cpp static PassOwnPtr<TextCodec> newStreamingTextDecoderUserDefined(const TextEncoding&, const void*)
TextCodec          81 Source/wtf/text/TextCodecUserDefined.cpp             int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
TextCodec          33 Source/wtf/text/TextCodecUserDefined.h     class TextCodecUserDefined FINAL : public TextCodec {
TextCodec          74 Source/wtf/text/TextEncoding.cpp     OwnPtr<TextCodec> textCodec = newTextCodec(*this);
TextCodec         287 Source/wtf/text/TextEncodingRegistry.cpp PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
TextCodec          36 Source/wtf/text/TextEncodingRegistry.h class TextCodec;
TextCodec          41 Source/wtf/text/TextEncodingRegistry.h WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);