Searched refs:textCodecMap (Results 1 – 1 of 1) sorted by relevance
117 static TextCodecMap* textCodecMap; variable176 textCodecMap->add(atomicName, TextCodecFactory(function, additionalData)); in addToTextCodecMap()196 textCodecMap->remove(atomicName); in pruneBlacklistedCodecs()203 ASSERT(!textCodecMap); in buildBaseTextCodecMaps()206 textCodecMap = new TextCodecMap; in buildBaseTextCodecMaps()247 ASSERT(textCodecMap); in newTextCodec()248 TextCodecFactory factory = textCodecMap->get(encoding.name()); in newTextCodec()