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

  /external/chromium/chrome/browser/extensions/
extension_debugger_api.h 21 class DebuggerFunction : public AsyncExtensionFunction {
23 DebuggerFunction();
24 virtual ~DebuggerFunction() {}
34 class AttachDebuggerFunction : public DebuggerFunction {
43 class DetachDebuggerFunction : public DebuggerFunction {
52 class SendRequestDebuggerFunction : public DebuggerFunction {
extension_debugger_api.cc 243 DebuggerFunction::DebuggerFunction()
248 bool DebuggerFunction::InitTabContents(int tab_id) {
264 bool DebuggerFunction::InitClientHost(int tab_id) {
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.h 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 {
debugger_api.cc 458 // DebuggerFunction -----------------------------------------------------------
460 DebuggerFunction::DebuggerFunction()
464 DebuggerFunction::~DebuggerFunction() {
467 void DebuggerFunction::FormatErrorMessage(const std::string& format) {
479 bool DebuggerFunction::InitAgentHost() {
522 bool DebuggerFunction::InitClientHost() {

Completed in 246 milliseconds