Searched refs:sourceContent (Results 1 – 1 of 1) sorted by relevance
141 sourceContent: function(sourceURL) method in WebInspector.SourceMap156 var sourceContent = this.sourceContent(sourceURL);157 if (sourceContent)158 return new WebInspector.StaticContentProvider(contentType, sourceContent, mimeType);