Searched refs:sourceFileForScriptURL (Results 1 – 3 of 3) sorted by relevance
512 return this._debuggerEnabled && this._presentationModel.sourceFileForScriptURL(anchor.href);522 var sourceFile = this._presentationModel.sourceFileForScriptURL(anchor.href);
77 sourceFileForScriptURL: function(scriptURL) method in WebInspector.DebuggerPresentationModel
31333 (WebInspector.DebuggerPresentationModel.prototype.sourceFileForScriptURL):