Searched refs:TextCodecRegistrar (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecReplacement.h18 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecReplacement.cpp39 void TextCodecReplacement::registerCodecs(TextCodecRegistrar registrar)
H A DTextCodecLatin1.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUTF16.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUserDefined.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUTF8.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodec.h99 typedef void (*TextCodecRegistrar)(const char* name, NewTextCodecFunction, const void* additionalData); typedef in namespace:WTF
H A DTextCodecICU.h43 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUserDefined.cpp47 void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar)
H A DTextCodecUTF16.cpp64 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar)
H A DTextCodecLatin1.cpp112 void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar)
H A DTextCodecUTF8.cpp65 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar)
H A DTextCodecICU.cpp216 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar)

Completed in 371 milliseconds