Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc33 const std::string DebuggerRemoteServiceCommand::kAttach = "attach"; member in DebuggerRemoteServiceCommand
91 if (command == DebuggerRemoteServiceCommand::kAttach) { in HandleMessage()
93 response.SetString(kCommandKey, DebuggerRemoteServiceCommand::kAttach); in HandleMessage()
Ddebugger_remote_service.h26 static const std::string kAttach; member