Searched refs:_addBreakpoint (Results 1 – 4 of 4) sorted by relevance
37 this.sourceFrame = new WebInspector.SourceFrame(null, this._addBreakpoint.bind(this));77 _addBreakpoint: function(line) method in WebInspector.ScriptView
33 this.sourceFrame = new WebInspector.SourceFrame(null, this._addBreakpoint.bind(this));127 _addBreakpoint: function(line) method in WebInspector.SourceView
20780 (WebInspector.ScriptView): Passes in _addBreakpoint for the add breakpoint delegate.20781 (WebInspector.ScriptView.prototype._addBreakpoint): Calls ScriptsPanel's addBreakpoint20836 (WebInspector.SourceView): Passes in _addBreakpoint for the add breakpoint delegate.20837 (WebInspector.SourceView.prototype._addBreakpoint): Calls ScriptsPanel's addBreakpoint
61522 (WebInspector.SourceView.prototype._addBreakpoint):86116 (WebInspector.SourceView.prototype._addBreakpoint): Ditto.