Searched refs:CommandMap (Results 1 – 3 of 3) sorted by relevance
91 typedef base::hash_map<int, Command*> CommandMap; typedef92 CommandMap commands_;
33 const CommandMap::const_iterator command(commands_.find(id)); in IsCommandEnabled()79 for (CommandMap::const_iterator it = commands_.begin(); in RemoveCommandObserver()
79 typedef HashMap<String, const EditorInternalCommand*, CaseFoldingHash> CommandMap; typedef1400 static const CommandMap& createCommandMap() in createCommandMap()1588 CommandMap& commandMap = *new CommandMap; in createCommandMap()1600 static const CommandMap& commandMap = createCommandMap(); in internalCommand()