Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/api/debugger/
Ddebugger_api.h79 class DebuggerSendCommandFunction : public DebuggerFunction {
83 DebuggerSendCommandFunction();
87 virtual ~DebuggerSendCommandFunction();
Ddebugger_api.cc95 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::DebuggerSendCommandFunction
654 DebuggerSendCommandFunction::~DebuggerSendCommandFunction() { in ~DebuggerSendCommandFunction()
657 bool DebuggerSendCommandFunction::RunAsync() { in RunAsync()
670 void DebuggerSendCommandFunction::SendResponseBody( in SendResponseBody()