Searched defs:DebuggerAttachFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.h51 class DebuggerAttachFunction : public DebuggerFunction { class in namespace:extensions
55 DebuggerAttachFunction();
58 virtual ~DebuggerAttachFunction();
H A Ddebugger_api.cc565 // DebuggerAttachFunction -----------------------------------------------------
567 DebuggerAttachFunction::DebuggerAttachFunction() { function in class:extensions::DebuggerAttachFunction
570 DebuggerAttachFunction::~DebuggerAttachFunction() {
573 bool DebuggerAttachFunction::RunAsync() {

Completed in 171 milliseconds