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.cpp104 typedef HashMap<const char*, TextCodecFactory> TextCodecMap; typedef
116 static TextCodecMap* textCodecMap;
209 textCodecMap = new TextCodecMap; in buildBaseTextCodecMaps()