Home
last modified time | relevance | path

Searched refs:textCodecMap (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextEncodingRegistry.cpp127 static TextCodecMap* textCodecMap; variable
188 textCodecMap->add(atomicName, TextCodecFactory(function, additionalData)); in addToTextCodecMap()
210 textCodecMap->remove(atomicName); in pruneBlacklistedCodecs()
217 ASSERT(!textCodecMap); in buildBaseTextCodecMaps()
220 textCodecMap = new TextCodecMap; in buildBaseTextCodecMaps()
330 ASSERT(textCodecMap); in newTextCodec()
331 TextCodecFactory factory = textCodecMap->get(encoding.name()); in newTextCodec()