Searched defs:DevToolsProtocolHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/debugger/
H A Ddevtools_protocol_handler.h23 class DevToolsProtocolHandler class in inherits:DevToolsRemoteListener,OutboundSocketDelegate
30 static scoped_refptr<DevToolsProtocolHandler> Start(int port);
62 explicit DevToolsProtocolHandler(int port);
63 virtual ~DevToolsProtocolHandler();
73 DISALLOW_COPY_AND_ASSIGN(DevToolsProtocolHandler);
H A Ddevtools_protocol_handler.cc17 scoped_refptr<DevToolsProtocolHandler> DevToolsProtocolHandler::Start(
19 scoped_refptr<DevToolsProtocolHandler> proto_handler =
20 new DevToolsProtocolHandler(port);
34 DevToolsProtocolHandler::DevToolsProtocolHandler(int port) function in class:DevToolsProtocolHandler
41 DevToolsProtocolHandler::~DevToolsProtocolHandler() {
47 void DevToolsProtocolHandler::Start() {
50 NewRunnableMethod(this, &DevToolsProtocolHandler
[all...]

Completed in 234 milliseconds