Searched refs:newTextCodec (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/text/ |
D | TextEncoding.cpp | 71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError); in decode() 107 return newTextCodec(*this)->encode(source, sourceLength, handling); in encode() 111 …return newTextCodec(*this)->encode(reinterpret_cast<const UChar *>(str.utf16()), str.length(), han… in encode() 117 return newTextCodec(*this)->encode(characters, length, handling); in encode() 127 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling); in encode() 130 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode() 134 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode()
|
D | TextEncodingRegistry.h | 40 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
|
D | TextEncodingRegistry.cpp | 326 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding) in newTextCodec() function
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLMetaCharsetParser.cpp | 44 , m_assumedCodec(newTextCodec(Latin1Encoding())) in HTMLMetaCharsetParser()
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.cpp | 655 m_codec = newTextCodec(m_encoding); in decode() 685 m_codec = newTextCodec(m_encoding); in flush()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 6995 (WebCore::newTextCodec): Ditto. 6997 (WebCore::newTextCodec): Ditto. 31498 * platform/text/TextEncodingRegistry.h: Updated comments for newTextCodec(). 68656 (WebCore::newTextCodec): Take a lock to avoid concurrent access to codec maps.
|
D | ChangeLog-2007-10-14 | 40702 (WebCore::newTextCodec): Removed the all to buildTextCodecMap because
|