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

  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.h 42 static void registerBaseCodecs(TextCodecRegistrar);
45 static void registerExtendedCodecs(TextCodecRegistrar);
TextCodecGtk.cpp 99 static void registerCodecIfAvailable(TextCodecRegistrar registrar, const char* codecName)
127 void TextCodecGtk::registerBaseCodecs(TextCodecRegistrar registrar)
339 void TextCodecGtk::registerExtendedCodecs(TextCodecRegistrar registrar)
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodecUTF16.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodecUserDefined.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodecUTF8.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodec.h 84 typedef void (*TextCodecRegistrar)(const char* name, NewTextCodecFunction, const void* additionalData);
TextCodecICU.h 41 static void registerCodecs(TextCodecRegistrar);
TextCodecUserDefined.cpp 47 void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar)
TextCodecUTF16.cpp 63 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar)
TextCodecLatin1.cpp 110 void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar)
TextCodecUTF8.cpp 60 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar)
TextCodecICU.cpp 177 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.h 39 static void registerExtendedCodecs(TextCodecRegistrar);
TextCodecBrew.cpp 52 void TextCodecBrew::registerExtendedCodecs(TextCodecRegistrar registrar)
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.h 38 static void registerCodecs(TextCodecRegistrar);
TextCodecQt.cpp 70 void TextCodecQt::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.h 43 static void registerExtendedCodecs(TextCodecRegistrar);
TextCodecWinCE.cpp 158 void TextCodecWinCE::registerExtendedCodecs(TextCodecRegistrar registrar)
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.h 41 static void registerCodecs(TextCodecRegistrar);
TextCodecMac.cpp 73 void TextCodecMac::registerCodecs(TextCodecRegistrar registrar)

Completed in 81 milliseconds