Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextEncodingRegistry.cpp117 static TextCodecMap* textCodecMap; variable
176 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()