Searched refs:displayNameForURL (Results 1 – 10 of 10) sorted by relevance
68 …var displayName = (this.url ? WebInspector.displayNameForURL(this.url) : WebInspector.UIString("(p…
73 … subtitle = WebInspector.displayNameForURL(scriptOrResource.sourceURL || scriptOrResource.url);
240 return WebInspector.displayNameForURL(record.data.url);244 … return sendRequestRecord ? WebInspector.displayNameForURL(sendRequestRecord.data.url) : "";
99 var fileName = WebInspector.displayNameForURL(this.profileNode.url);
777 urlElement.textContent = WebInspector.displayNameForURL(this.url) + ":" + this.line;779 urlElement.textContent = WebInspector.displayNameForURL(this.url);
700 …option.text = (script.sourceURL ? WebInspector.displayNameForURL(script.sourceURL) : WebInspector.…
431 subtitle = WebInspector.linkifyURL(url, WebInspector.displayNameForURL(url));
1428 WebInspector.displayNameForURL = function(url) function
17348 … (WebInspector.ConsoleMessage.prototype.toMessageElement): Call WebInspector.displayNameForURL17351 (WebInspector.ProfileDataGridNode.prototype.createCell): Use WebInspector.displayNameForURL.17356 … (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu): Use WebInspector.displayNameForURL.17360 (WebInspector.displayNameForURL): Added.
33697 Instead enclose the link in parentheses and use displayNameForURL