HomeSort by relevance Sort by last modified time
    Searched refs:DebuggerAttachFunction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.h 51 class DebuggerAttachFunction : public DebuggerFunction {
55 DebuggerAttachFunction();
58 virtual ~DebuggerAttachFunction();
debugger_apitest.cc 75 scoped_refptr<DebuggerAttachFunction> attach_function =
76 new DebuggerAttachFunction();
debugger_api.cc 571 // DebuggerAttachFunction -----------------------------------------------------
573 DebuggerAttachFunction::DebuggerAttachFunction() {
576 DebuggerAttachFunction::~DebuggerAttachFunction() {
579 bool DebuggerAttachFunction::RunAsync() {

Completed in 138 milliseconds