Searched refs:textCodecMap (Results 1 – 1 of 1) sorted by relevance
127 static TextCodecMap* textCodecMap; variable188 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()