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

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

Completed in 295 milliseconds