Home | History | Annotate | Download | only in extensions

Lines Matching defs:Command

24 class Command {
26 Command();
27 Command(const std::string& command_name,
30 ~Command();
32 // The platform value for the Command.
43 // Parse the command.
44 bool Parse(const base::DictionaryValue* command,
49 // Convert a Command object from |extension| to a DictionaryValue.
50 // |active| specifies whether the command is active or not.
70 // A mapping of command name (std::string) to a command object.
71 typedef std::map<std::string, Command> CommandMap;