Home
last modified time | relevance | path

Searched refs:breakpointsForUISourceCode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DBreakpointManager.js234 breakpointsForUISourceCode: function(uiSourceCode) method in WebInspector.BreakpointManager
252 result = result.concat(this.breakpointsForUISourceCode(uiSourceCodes[i]));
DJavaScriptSourceFrame.js261 var breakpoints = this._breakpointManager.breakpointsForUISourceCode(this._uiSourceCode);