Searched refs:kToolName (Results 1 – 7 of 7) sorted by relevance
23 DevToolsRemoteService::kToolName); in Start()26 DebuggerRemoteService::kToolName); in Start()29 ExtensionPortsRemoteService::kToolName); in Start()
44 const std::string DebuggerRemoteService::kToolName = "V8Debugger"; member in DebuggerRemoteService163 kToolName, in DebuggerOutput()179 SendResponse(value, kToolName, base::IntToString(tab_uid)); in FrameNavigate()189 SendResponse(value, kToolName, base::IntToString(tab_id)); in TabClosed()
110 const std::string ExtensionPortsRemoteService::kToolName = "ExtensionPorts"; member in ExtensionPortsRemoteService274 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionMessage()283 SendResponse(content, kToolName, base::IntToString(port_id)); in OnExtensionPortDisconnected()
33 static const char kToolName[]; variable
33 static const std::string kToolName;
75 static const std::string kToolName; variable
25 const char DevToolsRemoteService::kToolName[] = "DevToolsService"; member in DevToolsRemoteService