HomeSort by relevance Sort by last modified time
    Searched refs:newTextCodec (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/text/
TextEncodingRegistry.h 40 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
TextEncoding.cpp 79 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError);
115 return newTextCodec(*this)->encode(source, sourceLength, handling);
119 return newTextCodec(*this)->encode(reinterpret_cast<const UChar *>(str.utf16()), str.length(), handling);
131 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling);
134 OwnPtr<TextCodec> textCodec = newTextCodec(*this);
TextEncodingRegistry.cpp 269 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 815 m_codec.set(newTextCodec(m_encoding).release());
845 m_codec.set(newTextCodec(m_encoding).release());

Completed in 45 milliseconds