Home | History | Annotate | Download | only in devtools

Lines Matching defs:Command

49   class Command : public Message {
74 virtual ~Command();
78 Command(int id, const std::string& method,
83 DISALLOW_COPY_AND_ASSIGN(Command);
94 friend class Command;
129 scoped_refptr<DevToolsProtocol::Command> command)> CommandHandler;
134 scoped_refptr<DevToolsProtocol::Command> command);
141 void RegisterCommandHandler(const std::string& command,
167 CONTENT_EXPORT static scoped_refptr<Command> ParseCommand(
171 CONTENT_EXPORT static scoped_refptr<Command> ParseCommand(
175 CONTENT_EXPORT static scoped_refptr<Command> CreateCommand(