Searched refs:newTextCodec (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.h41 WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
58 using WTF::newTextCodec;
H A DTextCodecUTF8Test.cpp49 OwnPtr<TextCodec> codec(newTextCodec(encoding));
66 OwnPtr<TextCodec> codec(newTextCodec(encoding));
83 OwnPtr<TextCodec> codec(newTextCodec(encoding));
H A DTextCodecReplacementTest.cpp37 OwnPtr<TextCodec> codec(newTextCodec(encoding));
52 OwnPtr<TextCodec> codec(newTextCodec(encoding));
H A DTextEncoding.cpp67 return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError);
78 OwnPtr<TextCodec> textCodec = newTextCodec(*this);
100 return newTextCodec(*this)->encode(string.characters8(), string.length(), handling);
123 return newTextCodec(*this)->encode(source, length, handling);
H A DTextEncodingRegistry.cpp243 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding) function in namespace:WTF
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextEncoder.cpp60 , m_codec(newTextCodec(encoding))
H A DTextDecoder.cpp58 , m_codec(newTextCodec(encoding))
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.cpp44 , m_assumedCodec(newTextCodec(Latin1Encoding()))
H A DTextResourceDecoder.cpp409 m_codec = newTextCodec(m_encoding);
430 m_codec = newTextCodec(m_encoding);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4297 OwnPtr<TextCodec> codec = newTextCodec(newData.encoding());

Completed in 308 milliseconds