Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/device/
Ddevtools_android_bridge.cc178 class ProtocolCommand class
181 ProtocolCommand(
191 virtual ~ProtocolCommand();
197 DISALLOW_COPY_AND_ASSIGN(ProtocolCommand);
200 ProtocolCommand::ProtocolCommand( in ProtocolCommand() function in __anon325f4ed00111::ProtocolCommand
210 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()