Searched refs:DebuggerFunction (Results 1 – 4 of 4) sorted by relevance
21 class DebuggerFunction : public AsyncExtensionFunction {23 DebuggerFunction();24 virtual ~DebuggerFunction() {} in ~DebuggerFunction()34 class AttachDebuggerFunction : public DebuggerFunction {43 class DetachDebuggerFunction : public DebuggerFunction {52 class SendRequestDebuggerFunction : public DebuggerFunction {
243 DebuggerFunction::DebuggerFunction() in DebuggerFunction() function in DebuggerFunction248 bool DebuggerFunction::InitTabContents(int tab_id) { in InitTabContents()264 bool DebuggerFunction::InitClientHost(int tab_id) { in InitClientHost()
33 class DebuggerFunction : public ChromeAsyncExtensionFunction {35 DebuggerFunction();36 virtual ~DebuggerFunction();49 class DebuggerAttachFunction : public DebuggerFunction {63 class DebuggerDetachFunction : public DebuggerFunction {77 class DebuggerSendCommandFunction : public DebuggerFunction {92 class DebuggerGetTargetsFunction : public DebuggerFunction {
460 DebuggerFunction::DebuggerFunction() in DebuggerFunction() function in DebuggerFunction464 DebuggerFunction::~DebuggerFunction() { in ~DebuggerFunction()467 void DebuggerFunction::FormatErrorMessage(const std::string& format) { in FormatErrorMessage()479 bool DebuggerFunction::InitAgentHost() { in InitAgentHost()522 bool DebuggerFunction::InitClientHost() { in InitClientHost()