Searched defs:CommandMap (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dcommand_updater.h91 typedef base::hash_map<int, Command*> CommandMap; typedef in class:CommandUpdater
92 CommandMap commands_;
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp79 typedef HashMap<String, const EditorInternalCommand*, CaseFoldingHash> CommandMap; typedef in namespace:WebCore
1400 static const CommandMap& createCommandMap()
1588 CommandMap& commandMap = *new CommandMap;
1600 static const CommandMap& commandMap = createCommandMap();

Completed in 95 milliseconds