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