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

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecLatin1.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUserDefined.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUTF16.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUTF8.h36 static void registerCodecs(TextCodecRegistrar);
H A DTextEncodingRegistry.cpp224 TextCodecLatin1::registerCodecs(addToTextCodecMap);
227 TextCodecUTF8::registerCodecs(addToTextCodecMap);
230 TextCodecUTF16::registerCodecs(addToTextCodecMap);
233 TextCodecUserDefined::registerCodecs(addToTextCodecMap);
299 TextCodecICU::registerCodecs(addToTextCodecMap);
304 TextCodecQt::registerCodecs(addToTextCodecMap);
309 TextCodecMac::registerCodecs(addToTextCodecMap);
H A DTextCodecICU.h41 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecUserDefined.cpp47 void TextCodecUserDefined::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecUserDefined
H A DTextCodecUTF16.cpp63 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecUTF16
H A DTextCodecLatin1.cpp110 void TextCodecLatin1::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecLatin1
H A DTextCodecUTF8.cpp60 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecUTF8
H A DTextCodecICU.cpp177 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecICU
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextCodecQt.h38 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecQt.cpp70 void TextCodecQt::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecQt
73 // qDebug() << ">>>>>>>>> registerCodecs";
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.h41 static void registerCodecs(TextCodecRegistrar);
H A DTextCodecMac.cpp73 void TextCodecMac::registerCodecs(TextCodecRegistrar registrar) function in class:WebCore::TextCodecMac

Completed in 72 milliseconds