Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DEditorCommand.cpp72 typedef HashMap<String, const EditorInternalCommand*, CaseFoldingHash> CommandMap; typedef
1273 static const CommandMap& createCommandMap() in createCommandMap()
1454 CommandMap& commandMap = *new CommandMap; in createCommandMap()
1475 static const CommandMap& commandMap = createCommandMap(); in command()