Home
last modified time | relevance | path

Searched refs:newTextCodec (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextEncoding.cpp71 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()
DTextEncodingRegistry.h40 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
DTextEncodingRegistry.cpp326 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding) in newTextCodec() function
/external/webkit/Source/WebCore/html/parser/
DHTMLMetaCharsetParser.cpp44 , m_assumedCodec(newTextCodec(Latin1Encoding())) in HTMLMetaCharsetParser()
/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.cpp655 m_codec = newTextCodec(m_encoding); in decode()
685 m_codec = newTextCodec(m_encoding); in flush()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-166995 (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.
DChangeLog-2007-10-1440702 (WebCore::newTextCodec): Removed the all to buildTextCodecMap because