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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.h 41 WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
58 using WTF::newTextCodec;
TextCodecUTF8Test.cpp 49 OwnPtr<TextCodec> codec(newTextCodec(encoding));
66 OwnPtr<TextCodec> codec(newTextCodec(encoding));
83 OwnPtr<TextCodec> codec(newTextCodec(encoding));
TextCodecReplacementTest.cpp 37 OwnPtr<TextCodec> codec(newTextCodec(encoding));
52 OwnPtr<TextCodec> codec(newTextCodec(encoding));
TextEncoding.cpp 67 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);
TextEncodingRegistry.cpp 243 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.cpp 63 , m_codec(newTextCodec(encoding))
TextDecoder.cpp 66 , m_codec(newTextCodec(encoding))
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 44 , m_assumedCodec(newTextCodec(Latin1Encoding()))
TextResourceDecoder.cpp 409 m_codec = newTextCodec(m_encoding);
430 m_codec = newTextCodec(m_encoding);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 1533 milliseconds