Searched refs:DebuggerSendCommandFunction (Results 1 – 2 of 2) sorted by relevance
79 class DebuggerSendCommandFunction : public DebuggerFunction {83 DebuggerSendCommandFunction();87 virtual ~DebuggerSendCommandFunction();
95 void SendMessageToBackend(DebuggerSendCommandFunction* function,127 typedef std::map<int, scoped_refptr<DebuggerSendCommandFunction> >386 DebuggerSendCommandFunction* function, in SendMessageToBackend()478 DebuggerSendCommandFunction* function = pending_requests_[id].get(); in DispatchOnInspectorFrontend()651 DebuggerSendCommandFunction::DebuggerSendCommandFunction() { in DebuggerSendCommandFunction() function in extensions::DebuggerSendCommandFunction654 DebuggerSendCommandFunction::~DebuggerSendCommandFunction() { in ~DebuggerSendCommandFunction()657 bool DebuggerSendCommandFunction::RunAsync() { in RunAsync()670 void DebuggerSendCommandFunction::SendResponseBody( in SendResponseBody()