Home | History | Annotate | Download | only in extensions

Lines Matching defs:Command

24 class Command {
26 Command();
27 Command(const std::string& command_name,
31 ~Command();
33 // The platform value for the Command.
50 // Parse the command.
51 bool Parse(const base::DictionaryValue* command,
56 // Convert a Command object from |extension| to a DictionaryValue.
57 // |active| specifies whether the command is active or not.
82 // A mapping of command name (std::string) to a command object.
83 typedef std::map<std::string, Command> CommandMap;