Searched refs:ProtocolCommand (Results 1 – 1 of 1) sorted by relevance
178 class ProtocolCommand class181 ProtocolCommand(191 virtual ~ProtocolCommand();197 DISALLOW_COPY_AND_ASSIGN(ProtocolCommand);200 ProtocolCommand::ProtocolCommand( in ProtocolCommand() function in __anon325f4ed00111::ProtocolCommand210 void ProtocolCommand::OnSocketOpened() { in OnSocketOpened()214 void ProtocolCommand::OnFrameRead(const std::string& message) { in OnFrameRead()218 void ProtocolCommand::OnSocketClosed() { in OnSocketClosed()222 ProtocolCommand::~ProtocolCommand() { in ~ProtocolCommand()602 new ProtocolCommand(this, debug_url, command.Serialize(), callback); in SendProtocolCommand()