m_codec           147 Source/core/html/parser/TextResourceDecoder.cpp     m_codec.clear();
m_codec           406 Source/core/html/parser/TextResourceDecoder.cpp     if (!m_codec)
m_codec           407 Source/core/html/parser/TextResourceDecoder.cpp         m_codec = newTextCodec(m_encoding);
m_codec           409 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
m_codec           427 Source/core/html/parser/TextResourceDecoder.cpp     if (!m_codec)
m_codec           428 Source/core/html/parser/TextResourceDecoder.cpp         m_codec = newTextCodec(m_encoding);
m_codec           430 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
m_codec           432 Source/core/html/parser/TextResourceDecoder.cpp     m_codec.clear();
m_codec            89 Source/core/html/parser/TextResourceDecoder.h     OwnPtr<TextCodec> m_codec;
m_codec            60 Source/modules/encoding/TextDecoder.cpp     , m_codec(newTextCodec(m_encoding))
m_codec            91 Source/modules/encoding/TextDecoder.cpp     String s = m_codec->decode(start, length, flush, m_fatal, sawError);
m_codec            62 Source/modules/encoding/TextDecoder.h     OwnPtr<WTF::TextCodec> m_codec;
m_codec            88 Source/modules/encoding/TextEncoder.cpp         result = m_codec->encode(input.characters8(), input.length(), WTF::QuestionMarksForUnencodables);
m_codec            90 Source/modules/encoding/TextEncoder.cpp         result = m_codec->encode(input.characters16(), input.length(), WTF::QuestionMarksForUnencodables);
m_codec            62 Source/modules/encoding/TextEncoder.h     OwnPtr<WTF::TextCodec> m_codec;