Searched defs:TextCodec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodec.cpp28 #include "wtf/text/TextCodec.h"
34 TextCodec::~TextCodec()
38 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
H A DTextCodec.h74 class TextCodec { class in namespace:WTF
75 WTF_MAKE_NONCOPYABLE(TextCodec); WTF_MAKE_FAST_ALLOCATED;
77 TextCodec() { } function in class:WTF::TextCodec
78 virtual ~TextCodec();
98 typedef PassOwnPtr<TextCodec> (*NewTextCodecFunction)(const TextEncoding&, const void* additionalData);
103 using WTF::TextCodec;

Completed in 395 milliseconds