Lines Matching refs:DebuggerRemoteService
44 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()
195 void DebuggerRemoteService::AttachToTab(const std::string& destination, in AttachToTab()
239 void DebuggerRemoteService::DetachFromTab(const std::string& destination, in DetachFromTab()
269 bool DebuggerRemoteService::DispatchDebuggerCommand(int tab_uid, in DispatchDebuggerCommand()
309 bool DebuggerRemoteService::DispatchEvaluateJavascript( in DispatchEvaluateJavascript()