HomeSort by relevance Sort by last modified time
    Searched refs:newTextCodec (Results 1 - 9 of 9) 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));
TextEncoding.cpp 63 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError);
74 OwnPtr<TextCodec> textCodec = newTextCodec(*this);
96 return newTextCodec(*this)->encode(string.characters8(), string.length(), handling);
119 return newTextCodec(*this)->encode(source, length, handling);
TextEncodingRegistry.cpp 287 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 44 , m_assumedCodec(newTextCodec(Latin1Encoding()))
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.cpp 60 , m_codec(newTextCodec(m_encoding))
TextEncoder.cpp 63 , m_codec(newTextCodec(m_encoding))
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
TextResourceDecoder.cpp 407 m_codec = newTextCodec(m_encoding);
428 m_codec = newTextCodec(m_encoding);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 46 milliseconds