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

  /external/webkit/WebCore/platform/text/
TextCodecLatin1.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodecUTF16.h 36 static void registerCodecs(TextCodecRegistrar);
TextCodecUserDefined.h 36 static void registerCodecs(TextCodecRegistrar);
TextEncodingRegistry.cpp 215 TextCodecLatin1::registerCodecs(addToTextCodecMap);
218 TextCodecUTF16::registerCodecs(addToTextCodecMap);
221 TextCodecUserDefined::registerCodecs(addToTextCodecMap);
248 TextCodecQt::registerCodecs(addToTextCodecMap);
253 TextCodecMac::registerCodecs(addToTextCodecMap);
TextCodecUTF16.cpp 61 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar)
TextCodecUserDefined.cpp 47 void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar)
TextCodecLatin1.cpp 111 void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.h 38 static void registerCodecs(TextCodecRegistrar);
TextCodecQt.cpp 71 void TextCodecQt::registerCodecs(TextCodecRegistrar registrar)
74 // qDebug() << ">>>>>>>>> registerCodecs";
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.h 41 static void registerCodecs(TextCodecRegistrar);
TextCodecMac.cpp 72 void TextCodecMac::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.h 57 static void registerCodecs(TextCodecRegistrar registrar, bool extended);
TextCodecGtk.cpp 274 void TextCodecGtk::registerCodecs(TextCodecRegistrar registrar, bool extended)
302 registerCodecs(registrar, false);
312 registerCodecs(registrar, true);

Completed in 461 milliseconds