Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddevtools_protocol_handler.cc23 DevToolsRemoteService::kToolName); in Start()
26 DebuggerRemoteService::kToolName); in Start()
29 ExtensionPortsRemoteService::kToolName); in Start()
Ddebugger_remote_service.cc44 const std::string DebuggerRemoteService::kToolName = "V8Debugger"; member in DebuggerRemoteService
163 kToolName, in DebuggerOutput()
179 SendResponse(value, kToolName, base::IntToString(tab_uid)); in FrameNavigate()
189 SendResponse(value, kToolName, base::IntToString(tab_id)); in TabClosed()
Dextension_ports_remote_service.cc110 const std::string ExtensionPortsRemoteService::kToolName = "ExtensionPorts"; member in ExtensionPortsRemoteService
274 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionMessage()
283 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionPortDisconnected()
Ddevtools_remote_service.h33 static const char kToolName[]; variable
Dextension_ports_remote_service.h33 static const std::string kToolName;
Ddebugger_remote_service.h75 static const std::string kToolName; variable
Ddevtools_remote_service.cc25 const char DevToolsRemoteService::kToolName[] = "DevToolsService"; member in DevToolsRemoteService