Searched refs:TextCodecICU (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecICU.h40 class TextCodecICU final : public TextCodec {
45 virtual ~TextCodecICU();
48 TextCodecICU(const TextEncoding&);
H A DTextCodecICU.cpp28 #include "wtf/text/TextCodecICU.h"
57 PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*)
59 return adoptPtr(new TextCodecICU(encoding));
62 void TextCodecICU::registerEncodingNames(EncodingNameRegistrar registrar)
216 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar)
236 TextCodecICU::TextCodecICU(const TextEncoding& encoding) function in class:WTF::TextCodecICU
243 TextCodecICU::~TextCodecICU()
248 void TextCodecICU
[all...]
H A DTextEncodingRegistry.cpp39 #include "wtf/text/TextCodecICU.h"
237 TextCodecICU::registerEncodingNames(addToTextEncodingNameMap);
238 TextCodecICU::registerCodecs(addToTextCodecMap);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.darwin-arm64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.darwin-mips.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.darwin-mips64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.darwin-x86.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.darwin-x86_64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-arm.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-arm64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-mips.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-mips64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-x86.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
H A Dwtf.target.linux-x86_64.mk92 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \

Completed in 1054 milliseconds