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

  /external/webkit/WebCore/platform/text/
TextCodecUTF16.cpp 61 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar)
TextCodecLatin1.cpp 111 void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar)
TextCodecUserDefined.cpp 47 void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/WebCore/platform/text/qt/
TextCodecQt.cpp 71 void TextCodecQt::registerCodecs(TextCodecRegistrar registrar)
74 // qDebug() << ">>>>>>>>> registerCodecs";
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 72 void TextCodecMac::registerCodecs(TextCodecRegistrar registrar)
  /external/webkit/WebCore/platform/text/gtk/
TextCodecGtk.cpp 274 void TextCodecGtk::registerCodecs(TextCodecRegistrar registrar, bool extended)
302 registerCodecs(registrar, false);
312 registerCodecs(registrar, true);

Completed in 1428 milliseconds