Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc44 const std::string DebuggerRemoteService::kToolName = "V8Debugger";
46 DebuggerRemoteService::DebuggerRemoteService(DevToolsProtocolHandler* delegate) in DebuggerRemoteService() function in DebuggerRemoteService
49 DebuggerRemoteService::~DebuggerRemoteService() {} in ~DebuggerRemoteService()
56 void DebuggerRemoteService::HandleMessage( in HandleMessage()
113 void DebuggerRemoteService::OnConnectionLost() { in OnConnectionLost()
119 void DebuggerRemoteService::SendResponse(const Value& response, in SendResponse()
133 TabContents* DebuggerRemoteService::ToTabContents(int32 tab_uid) { in ToTabContents()
154 void DebuggerRemoteService::DebuggerOutput(int32 tab_uid, in DebuggerOutput()
173 void DebuggerRemoteService::FrameNavigate(int32 tab_uid, in FrameNavigate()
185 void DebuggerRemoteService::TabClosed(int32 tab_id) { in TabClosed()
[all …]
Dinspectable_tab_proxy.h15 class DebuggerRemoteService; variable
46 DebuggerRemoteService* service);
66 DebuggerRemoteService* service,
70 DebuggerRemoteService* debugger_remote_service() { in debugger_remote_service()
88 DebuggerRemoteService* service_;
Ddebugger_remote_service.h37 class DebuggerRemoteService : public DevToolsRemoteListener {
43 explicit DebuggerRemoteService(DevToolsProtocolHandler* delegate);
87 virtual ~DebuggerRemoteService();
121 DISALLOW_COPY_AND_ASSIGN(DebuggerRemoteService);
Dinspectable_tab_proxy.cc20 DebuggerRemoteService* service, in DevToolsClientHostImpl()
100 DebuggerRemoteService* service) { in NewClientHost()
Ddevtools_protocol_handler.cc25 new DebuggerRemoteService(proto_handler), in Start()
26 DebuggerRemoteService::kToolName); in Start()