OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebuggerRemoteService
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/debugger/
debugger_remote_service.h
6
//
DebuggerRemoteService
class which handles commands directed to the
23
// Contains constants for
DebuggerRemoteService
tool protocol commands
37
class
DebuggerRemoteService
: public DevToolsRemoteListener {
43
explicit
DebuggerRemoteService
(DevToolsProtocolHandler* delegate);
87
virtual ~
DebuggerRemoteService
();
121
DISALLOW_COPY_AND_ASSIGN(
DebuggerRemoteService
);
debugger_remote_service.cc
5
// This file contains implementations of the
DebuggerRemoteService
methods,
6
// defines
DebuggerRemoteService
and DebuggerRemoteServiceCommand constants.
44
const std::string
DebuggerRemoteService
::kToolName = "V8Debugger";
46
DebuggerRemoteService
::
DebuggerRemoteService
(DevToolsProtocolHandler* delegate)
49
DebuggerRemoteService
::~
DebuggerRemoteService
() {}
56
void
DebuggerRemoteService
::HandleMessage(
113
void
DebuggerRemoteService
::OnConnectionLost() {
119
void
DebuggerRemoteService
::SendResponse(const Value& response
[
all
...]
Completed in 6041 milliseconds