newTextCodec 4142 Source/core/dom/Document.cpp OwnPtr<TextCodec> codec = newTextCodec(newData.encoding()); newTextCodec 44 Source/core/html/parser/HTMLMetaCharsetParser.cpp , m_assumedCodec(newTextCodec(Latin1Encoding())) newTextCodec 407 Source/core/html/parser/TextResourceDecoder.cpp m_codec = newTextCodec(m_encoding); newTextCodec 428 Source/core/html/parser/TextResourceDecoder.cpp m_codec = newTextCodec(m_encoding); newTextCodec 60 Source/modules/encoding/TextDecoder.cpp , m_codec(newTextCodec(m_encoding)) newTextCodec 63 Source/modules/encoding/TextEncoder.cpp , m_codec(newTextCodec(m_encoding)) newTextCodec 49 Source/wtf/text/TextCodecUTF8Test.cpp OwnPtr<TextCodec> codec(newTextCodec(encoding)); newTextCodec 66 Source/wtf/text/TextCodecUTF8Test.cpp OwnPtr<TextCodec> codec(newTextCodec(encoding)); newTextCodec 83 Source/wtf/text/TextCodecUTF8Test.cpp OwnPtr<TextCodec> codec(newTextCodec(encoding)); newTextCodec 63 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError); newTextCodec 74 Source/wtf/text/TextEncoding.cpp OwnPtr<TextCodec> textCodec = newTextCodec(*this); newTextCodec 96 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(string.characters8(), string.length(), handling); newTextCodec 119 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->encode(source, length, handling); newTextCodec 41 Source/wtf/text/TextEncodingRegistry.h WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&); newTextCodec 58 Source/wtf/text/TextEncodingRegistry.h using WTF::newTextCodec;