Home
last modified time | relevance | path

Searched refs:AttachDebuggerFunction (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_debugger_api.h34 class AttachDebuggerFunction : public DebuggerFunction {
36 AttachDebuggerFunction();
37 ~AttachDebuggerFunction();
Dextension_debugger_api.cc282 AttachDebuggerFunction::AttachDebuggerFunction() {} in AttachDebuggerFunction() function in AttachDebuggerFunction
284 AttachDebuggerFunction::~AttachDebuggerFunction() {} in ~AttachDebuggerFunction()
286 bool AttachDebuggerFunction::RunImpl() { in RunImpl()
Dextension_function_dispatcher.cc329 RegisterFunction<AttachDebuggerFunction>(); in ResetFunctions()